summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-01hw/9pfs: use qemu_xxhash4Alex Bennée1-3/+2
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée6-26/+6
2023-06-01trace: remove control-vcpu.hAlex Bennée3-52/+2
2023-06-01trace: remove code that depends on setting vcpuAlex Bennée9-285/+20
2023-06-01qapi: make the vcpu parameters deprecated for 8.1Alex Bennée2-23/+24
2023-06-01docs/deprecated: move QMP events bellow QMP command sectionAlex Bennée1-9/+9
2023-06-01scripts/qapi: document the tool that generated the fileAlex Bennée1-2/+7
2023-06-01trace: remove vcpu_id from the TraceEvent structureAlex Bennée5-30/+3
2023-06-01trace-events: remove the remaining vcpu trace eventsAlex Bennée5-36/+5
2023-06-01*-user: remove the guest_user_syscall tracepointsAlex Bennée3-26/+0
2023-05-31decodetree: Add --output-null for meson testingRichard Henderson2-10/+12
2023-05-31Revert "python/qmp/protocol: add open_with_socket()"John Snow1-19/+5
2023-05-31python/qmp/legacy: remove open_with_socket() callsJohn Snow2-20/+16
2023-05-31python/machine: use connect-based interface for existing socketsJohn Snow1-5/+7
2023-05-31python/qmp/legacy: allow using sockets for connect()John Snow1-2/+3
2023-05-31python/qmp: allow sockets to be passed to connect()John Snow1-6/+15
2023-05-31gitlab: switch from 'stable' to 'latest' docker container tagsDaniel P. Berrangé2-4/+4
2023-05-30tests/avocado/virtio-gpu: Cancel test if drm rendering is not availableThomas Huth1-1/+5
2023-05-30tests/decode: Add tests for various named-field casesPeter Maydell6-0/+60
2023-05-30scripts/decodetree: Implement named field supportPeter Maydell1-6/+139
2023-05-30scripts/decodetree: Implement a topological sortPeter Maydell1-0/+74
2023-05-30scripts/decodetree: Pass lvalue-formatter function to str_extract()Peter Maydell1-11/+15
2023-05-30docs: Document decodetree named field syntaxPeter Maydell1-5/+28
2023-05-30tests/decode: Convert tests to mesonRichard Henderson3-28/+60
2023-05-30