summary refs log tree commit diff stats
path: root/scripts/qapi/parser.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-13cpu-target: Include missing 'exec/memory.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-02-13system: Move memory_ldst.c.inc to systemBALATON Zoltan1-0/+0
2024-02-13qemu-options.hx: Add zoom-to-fit to option summary for gtkBALATON Zoltan1-1/+1
2024-02-13qemu-options.hx: document that tftp=dir is readonlyMichael Tokarev1-0/+2
2024-02-13iothread: Simplify expression in qemu_in_iothread()Kevin Wolf1-2/+1
2024-02-13qemu-nbd: mention --tls-hostname option in qemu-nbd --helpMichael Tokarev1-0/+1
2024-02-13MAINTAINERS: Cover qapi/stats.jsonMarkus Armbruster1-0/+1
2024-02-13MAINTAINERS: Cover qapi/cxl.jsonMarkus Armbruster1-0/+1
2024-02-13hw/smbios: Fix port connector option validationAkihiko Odaki1-0/+6
2024-02-13hw/smbios: Fix OEM strings table option validationAkihiko Odaki1-0/+6
2024-02-13hw/arm/smmuv3: Consolidate the use of device_class_set_parent_realize()Zhao Liu1-2/+2
2024-02-13hw/intc/s390_flic: Consolidate the use of device_class_set_parent_realize()Zhao Liu1-2/+3
2024-02-13hw/isa/pc87312: Consolidate the use of device_class_set_parent_realize()Zhao Liu1-2/+2
2024-02-13hw/isa/vt82c686: Consolidate the use of device_class_set_parent_realize()Zhao Liu1-2/+2
2024-02-13hw/hppa/machine: Load 64-bit firmware on 64-bit machinesHelge Deller1-22/+30
2024-02-12MAINTAINERS: Cover qapi/stats.jsonMarkus Armbruster1-0/+1
2024-02-12MAINTAINERS: Cover qapi/cxl.jsonMarkus Armbruster1-0/+1
2024-02-12qapi/migration: Add missing tls-authz documentationPeter Xu2-1/+4
2024-02-12qapi: Add missing union tag documentationMarkus Armbruster12-16/+34
2024-02-12qapi: Move @String out of common.json to discourage reuseMarkus Armbruster3-13/+12
2024-02-12qapi: Improve documentation of file descriptor socket addressesMarkus Armbruster4-15/+31
2024-02-12qapi: Plug trivial documentation holes around former simple unionsMarkus Armbruster7-34/+68
2024-02-12qapi/dump: Clean up documentation of DumpGuestMemoryCapabilityMarkus Armbruster2-2/+1
2024-02-12qapi/yank: Clean up documentaion of yankMarkus Armbruster2-3/+2
2024-02-12qga/qapi-schema: Plug trivial documentation holesMarkus Armbruster1-10/+14
2024-02-12qga/qapi-schema: Clean up documentation of guest-set-vcpusMarkus Armbruster1-10/+10
2024-02-12qga/qapi-schema: Clean up documentation of guest-set-memory-blocksMarkus Armbruster1-9/+10
2024-02-12qapi: Require member documentation (with loophole)Markus Armbruster7-3/+149
2024-02-12sphinx/qapidoc: Drop code to generate doc for simple union tagMarkus Armbruster1-6/+0
2024-02-12qapi: Indent tagged doc comment sections properlyMarkus Armbruster5-40/+42
2024-02-12qapi/block-core: Fix BlockLatencyHistogramInfo doc markupMarkus Armbruster1-3/+1
2024-02-12docs/devel/qapi-code-gen: Tweak doc comment whitespaceMarkus Armbruster1-2/+3
2024-02-12docs/devel/qapi-code-gen: Normalize version refs x.y.0 to just x.yMarkus Armbruster1-2/+2
2024-02-11target/hppa: Update SeaBIOS-hppa to version 16Helge Deller3-0/+0
2024-02-11hw/net/tulip: add chip status register valuesSven Schnelle1-2/+2
2024-02-11target/hppa: PDC_BTLB_INFO uses 32-bit intsHelge Deller1-1/+1
2024-02-11target/hppa: Allow read-access to PSW with rsm 0,reg instructionHelge Deller1-1/+7
2024-02-11lasi: Add reset I/O ports for LASI audio and FDCHelge Deller2-0/+13
2024-02-11target/hppa: Implement do_transaction_failed handler for I/O errorsHelge Deller3-0/+25
2024-02-11lasi: allow access to LAN MAC address registersHelge Deller1-0/+2
2024-02-11hw/pci-host/astro: Implement Hard Fail and Soft Fail modeHelge Deller2-6/+17
2024-02-11hw/pci-host/astro: Avoid aborting on access failureHelge Deller1-16/+11
2024-02-11target/hppa: Add "diag 0x101" for console output supportHelge Deller3-0/+43
2024-02-11disas/hppa: Add disassembly for qemu specific instructionsHelge Deller1-0/+4
2024-02-09tests/tcg: Add the syscall catchpoint gdbstub testIlya Leoshkevich3-1/+113
2024-02-09gdbstub: Implement catching syscallsIlya Leoshkevich3-0/+101
2024-02-09gdbstub: Add syscall entry/return hooksIlya Leoshkevich3-2/+26
2024-02-09gdbstub: Allow specifying a reason in stop packetsIlya Leoshkevich2-3/+18
2024-02-09gdbstub: Expose TARGET_SIGTRAP in a target-agnostic wayIlya Leoshkevich2-0/+6
2024-02-09kconfig: use "select" to enable semihostingPaolo Bonzini11-13/+6