aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-02cutils: Adjust signature of parse_uint[_full]Eric Blake
2023-06-02cutils: Document differences between parse_uint and qemu_strtou64Eric Blake
2023-06-02cutils: Fix wraparound parsing in qemu_strtouiEric Blake
2023-06-02test-cutils: Test more integer corner casesEric Blake
2023-06-02test-cutils: Test integral qemu_strto* value on failuresEric Blake
2023-06-02test-cutils: Use g_assert_cmpuint where appropriateEric Blake
2023-06-02test-cutils: Avoid g_assert in unit testsEric Blake
2023-06-02qcow2: Explicit mention of padding bytesEric Blake
2023-06-02iotests: Fix test 104 under NBDEric Blake
2023-06-01Merge tag 'migration-20230601-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson
2023-06-02migration: stop tracking ram writes when cancelling background migrationFiona Ebner
2023-06-02migration: restore vmstate on migration failureVladimir Sementsov-Ogievskiy
2023-06-02migration: switch from .vm_was_running to .vm_old_stateVladimir Sementsov-Ogievskiy
2023-06-02runstate: drop unused runstate_store()Vladimir Sementsov-Ogievskiy
2023-06-02migration: never fail in global_state_store()Vladimir Sementsov-Ogievskiy
2023-06-02runstate: add runstate_get()Vladimir Sementsov-Ogievskiy
2023-06-01Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2023-06-01Merge tag 'tracing-pull-request' of https://gitlab.com/stefanha/qemu into sta...Richard Henderson
2023-06-01qapi: add '@fdset' feature for BlockdevOptionsVirtioBlkVhostVdpaStefano Garzarella
2023-06-01block/blkio: use qemu_open() to support fd passing for virtio-blkStefano Garzarella
2023-06-01accel/tcg: include cs_base in our hash calculationsAlex Bennée
2023-06-01hw/9pfs: use qemu_xxhash4Alex Bennée
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée
2023-06-01trace: remove control-vcpu.hAlex Bennée
2023-06-01trace: remove code that depends on setting vcpuAlex Bennée
2023-06-01qapi: make the vcpu parameters deprecated for 8.1Alex Bennée
2023-06-01docs/deprecated: move QMP events bellow QMP command sectionAlex Bennée
2023-06-01scripts/qapi: document the tool that generated the fileAlex Bennée
2023-06-01trace: remove vcpu_id from the TraceEvent structureAlex Bennée
2023-06-01trace-events: remove the remaining vcpu trace eventsAlex Bennée
2023-06-01*-user: remove the guest_user_syscall tracepointsAlex Bennée
2023-06-01block: remove bdrv_co_io_plug() APIStefan Hajnoczi
2023-06-01block/linux-aio: convert to blk_io_plug_call() APIStefan Hajnoczi
2023-06-01block/io_uring: convert to blk_io_plug_call() APIStefan Hajnoczi
2023-06-01block/blkio: convert to blk_io_plug_call() APIStefan Hajnoczi
2023-06-01block/nvme: convert to blk_io_plug_call() APIStefan Hajnoczi
2023-06-01block: add blk_io_plug_call() APIStefan Hajnoczi
2023-05-31decodetree: Add --output-null for meson testingRichard Henderson
2023-05-31Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson
2023-05-31Revert "python/qmp/protocol: add open_with_socket()"John Snow
2023-05-31python/qmp/legacy: remove open_with_socket() callsJohn Snow
2023-05-31python/machine: use connect-based interface for existing socketsJohn Snow
2023-05-31python/qmp/legacy: allow using sockets for connect()John Snow
2023-05-31python/qmp: allow sockets to be passed to connect()John Snow
2023-05-31gitlab: switch from 'stable' to 'latest' docker container tagsDaniel P. Berrangé
2023-05-30Merge tag 'pull-tcg-20230530' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2023-05-30tests/avocado/virtio-gpu: Cancel test if drm rendering is not availableThomas Huth
2023-05-30tests/decode: Add tests for various named-field casesPeter Maydell
2023-05-30scripts/decodetree: Implement named field supportPeter Maydell
2023-05-30scripts/decodetree: Implement a topological sortPeter Maydell