aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake12-101/+86
2023-06-02cutils: Document differences between parse_uint and qemu_strtou64Eric Blake1-8/+12
2023-06-02cutils: Fix wraparound parsing in qemu_strtouiEric Blake2-17/+28
2023-06-02test-cutils: Test more integer corner casesEric Blake1-63/+862
2023-06-02test-cutils: Test integral qemu_strto* value on failuresEric Blake1-7/+51
2023-06-02test-cutils: Use g_assert_cmpuint where appropriateEric Blake1-74/+74
2023-06-02test-cutils: Avoid g_assert in unit testsEric Blake1-162/+162
2023-06-02qcow2: Explicit mention of padding bytesEric Blake1-0/+1
2023-06-02iotests: Fix test 104 under NBDEric Blake2-4/+3
2023-06-02qtest/migration: Document live=true casesPeter Xu1-6/+31
2023-06-02tests/qtest: make more migration pre-copy scenarios run non-liveDaniel P. Berrangé1-15/+66
2023-06-02tests/qtest: distinguish src/dst migration VM stop/resume eventsDaniel P. Berrangé1-13/+13
2023-06-02tests/qtest: capture RESUME events during migrationDaniel P. Berrangé3-0/+20
2023-06-02tests/qtest: replace wait_command() with qtest_qmp_assert_successDaniel P. Berrangé3-157/+74
2023-06-02tests/qtest: switch to using event callbacks for STOP eventDaniel P. Berrangé3-11/+15
2023-06-02tests/qtest: get rid of some 'qtest_qmp' usage in migration testDaniel P. Berrangé2-39/+21
2023-06-02tests/qtest: get rid of 'qmp_command' helper in migration testDaniel P. Berrangé3-39/+15
2023-06-02tests/qtest: add support for callback to receive QMP eventsDaniel P. Berrangé2-4/+57
2023-06-02tests/qtest: add various qtest_qmp_assert_success() variantsDaniel P. Berrangé2-7/+205
2023-06-01Merge tag 'migration-20230601-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson7-71/+66
2023-06-02migration: stop tracking ram writes when cancelling background migrationFiona Ebner1-7/+7
2023-06-02migration: restore vmstate on migration failureVladimir Sementsov-Ogievskiy2-2/+8
2023-06-02migration: switch from .vm_was_running to .vm_old_stateVladimir Sementsov-Ogievskiy2-8/+12
2023-06-02runstate: drop unused runstate_store()Vladimir Sementsov-Ogievskiy2-13/+0
2023-06-02migration: never fail in global_state_store()Vladimir Sementsov-Ogievskiy4-41/+33
2023-06-02runstate: add runstate_get()Vladimir Sementsov-Ogievskiy2-0/+6
2023-06-01Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson20-265/+293
2023-06-01Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Richard Henderson28-497/+94
2023-06-01qapi: add '@fdset' feature for BlockdevOptionsVirtioBlkVhostVdpaStefano Garzarella2-0/+10
2023-06-01block/blkio: use qemu_open() to support fd passing for virtio-blkStefano Garzarella1-9/+44
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée5-12/+23
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-06-01block: remove bdrv_co_io_plug() APIStefan Hajnoczi3-51/+0
2023-06-01block/linux-aio: convert to blk_io_plug_call() APIStefan Hajnoczi3-65/+11
2023-06-01block/io_uring: convert to blk_io_plug_call() APIStefan Hajnoczi4-47/+19
2023-06-01block/blkio: convert to blk_io_plug_call() APIStefan Hajnoczi1-19/+24
2023-06-01block/nvme: convert to blk_io_plug_call() APIStefan Hajnoczi2-33/+12
2023-06-01block: add blk_io_plug_call() APIStefan Hajnoczi8-41/+173
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