aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-02cutils: Improve qemu_strtosz handling of fractionsEric Blake2-53/+87
2023-06-02cutils: Improve qemu_strtod* error pathsEric Blake2-40/+55
2023-06-02cutils: Use parse_uint in qemu_strtosz for negative rejectionEric Blake5-19/+9
2023-06-02cutils: Set value in all integral qemu_strto* error pathsEric Blake2-28/+38
2023-06-02cutils: Set value in all qemu_strtosz* error pathsEric Blake2-60/+63
2023-06-02test-cutils: Add more coverage to qemu_strtoszEric Blake1-11/+129
2023-06-02numa: Check for qemu_strtosz_MiB errorEric Blake1-2/+9
2023-06-02cutils: Allow NULL str in qemu_strtoszEric Blake2-2/+10
2023-06-02test-cutils: Refactor qemu_strtosz tests for less boilerplateEric Blake1-404/+101
2023-06-02test-cutils: Prepare for upcoming semantic change in qemu_strtoszEric Blake1-15/+27
2023-06-02test-cutils: Add coverage of qemu_strtodEric Blake1-0/+512
2023-06-02cutils: Allow NULL endptr in parse_uint()Eric Blake2-24/+28
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-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