aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-31Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson3-47/+41
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-30Merge tag 'pull-tcg-20230530' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson38-225/+1312
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-30decodetree: Do not remove output_file from /devRichard Henderson1-1/+6
2023-05-30decodetree: Diagnose empty pattern groupRichard Henderson1-0/+6
2023-05-30decodetree: Fix recursion in prop_format and build_treeRichard Henderson1-2/+2
2023-05-30decodetree: Add --test-for-errorRichard Henderson1-2/+7
2023-05-30tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITSRichard Henderson9-9/+0
2023-05-30accel/tcg: Add aarch64 store_atom_insert_al16Richard Henderson1-0/+47
2023-05-30accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8Richard Henderson1-0/+40
2023-05-30accel/tcg: Add x86_64 load_atom_extract_al16_or_al8Richard Henderson1-0/+50
2023-05-30accel/tcg: Extract store_atom_insert_al16 to host headerRichard Henderson2-39/+51
2023-05-30accel/tcg: Extract load_atom_extract_al16_or_al8 to host headerRichard Henderson2-34/+47
2023-05-30tcg/s390x: Support 128-bit load/storeRichard Henderson3-4/+107
2023-05-30tcg/ppc: Support 128-bit load/storeRichard Henderson4-13/+101
2023-05-30tcg/aarch64: Support 128-bit load/storeRichard Henderson3-3/+151
2023-05-30tcg/aarch64: Simplify constraints on qemu_ld/stRichard Henderson3-29/+19
2023-05-30tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2Richard Henderson1-2/+7
2023-05-30tcg/aarch64: Rename temporariesRichard Henderson1-25/+25
2023-05-30tcg/i386: Support 128-bit load/storeRichard Henderson2-5/+190
2023-05-30qemu/atomic128: Add x86_64 atomic128-ldst.hRichard Henderson1-0/+68
2023-05-30meson: Split test for __int128_t type from __int128_t arithmeticRichard Henderson2-7/+12
2023-05-30accel/tcg: Fix check for page writeability in load_atomic16_or_exitRichard Henderson1-2/+2
2023-05-30tcg: Fix register move type in tcg_out_ld_helper_retRichard Henderson1-2/+2
2023-05-30Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson70-562/+931
2023-05-30aio: remove aio_disable_external() APIStefan Hajnoczi36-298/+80
2023-05-30virtio: do not set is_external=true on host notifiersStefan Hajnoczi1-3/+3
2023-05-30virtio-scsi: implement BlockDevOps->drained_begin()Stefan Hajnoczi6-12/+127
2023-05-30virtio-blk: implement BlockDevOps->drained_begin()Stefan Hajnoczi2-7/+47
2023-05-30virtio: make it possible to detach host notifier from any threadStefan Hajnoczi3-3/+21
2023-05-30block/fuse: do not set is_external=true on FUSE fdStefan Hajnoczi1-2/+54