aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-31util/interval-tree: Introduce pc_parentRichard Henderson1-4/+9
2023-07-31util/interval-tree: Use qatomic_set_mb in rb_link_nodeRichard Henderson1-1/+5
2023-07-31util/interval-tree: Use qatomic_read for left/right while searchingRichard Henderson1-6/+9
2023-07-31Merge tag 'pull-target-arm-20230731' of https://git.linaro.org/people/pmaydel...Richard Henderson6-16/+50
2023-07-31gdbstub: Fix client Ctrl-C handlingNicholas Piggin1-2/+11
2023-07-31kvm: Fix crash due to access uninitialized kvm_stateGavin Shan1-1/+1
2023-07-31target/arm/tcg: Don't build AArch64 decodetree files for qemu-system-armPeter Maydell1-3/+7
2023-07-31target/arm: Avoid writing to constant TCGv in trans_CSEL()Peter Maydell1-7/+8
2023-07-31elf2dmp: Don't abandon when Prcb is set to 0Akihiko Odaki1-0/+5
2023-07-31target/arm: Fix MemOp for STGPRichard Henderson1-3/+18
2023-07-30Merge tag 'nvme-next-pull-request' of https://gitlab.com/birkelund/qemu into ...Richard Henderson1-29/+13
2023-07-30hw/nvme: use stl/ldl pci dma apiKlaus Jensen1-29/+13
2023-07-28Merge tag 'pull-nbd-2023-07-28' of https://repo.or.cz/qemu/ericb into stagingRichard Henderson1-1/+4
2023-07-27Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson3-45/+93
2023-07-27block/blkio: use blkio_set_int("fd") to check fd supportStefano Garzarella1-1/+1
2023-07-27block/blkio: fall back on using `path` when `fd` setting failsStefano Garzarella1-10/+10
2023-07-27block/blkio: retry blkio_connect() if it fails using `fd`Stefano Garzarella1-0/+29
2023-07-27block/blkio: move blkio_connect() in the drivers functionsStefano Garzarella1-27/+40
2023-07-27block: Fix pad_request's request restrictionHanna Czenczek1-2/+6
2023-07-27block/file-posix: fix g_file_get_contents return pathSam Li1-4/+2
2023-07-27qemu-nbd: regression with arguments passing into nbd_client_thread()Denis V. Lunev1-1/+4
2023-07-26block/blkio: do not use open flags in qemu_open()Stefano Garzarella1-9/+12
2023-07-26Merge tag 'pull-qapi-2023-07-26-v2' of https://repo.or.cz/qemu/armbru into st...Richard Henderson10-74/+66
2023-07-26Merge tag 'migration-20230726-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson20-155/+510
2023-07-26Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Richard Henderson3-4/+4
2023-07-26qapi: Reformat recent doc comments to conform to current conventionsMarkus Armbruster9-57/+55
2023-07-26qapi/trace: Tidy up trace-event-get-state, -set-state documentationMarkus Armbruster1-6/+1
2023-07-26qapi/qdev: Tidy up device_add documentationMarkus Armbruster1-3/+3
2023-07-26qapi/block: Tidy up block-latency-histogram-set documentationMarkus Armbruster1-4/+4
2023-07-26qapi/block-core: Tidy up BlockLatencyHistogramInfo documentationMarkus Armbruster1-4/+3
2023-07-26migration/rdma: Split qemu_fopen_rdma() into input/output functionsJuan Quintela3-33/+19
2023-07-26qemu-file: Make qemu_file_get_error_obj() staticJuan Quintela2-2/+1
2023-07-26qemu-file: Simplify qemu_file_shutdown()Juan Quintela1-4/+2
2023-07-26qemu_file: Make qemu_file_is_writable() staticJuan Quintela2-2/+1
2023-07-26migration: Change qemu_file_transferred to noflushJuan Quintela1-1/+1
2023-07-26qemu-file: Rename qemu_file_transferred_ fast -> noflushJuan Quintela4-11/+10
2023-07-26qtest/migration-tests.c: use "-incoming defer" for postcopy testsWei Wang1-2/+4
2023-07-26migration: enforce multifd and postcopy preempt to be set before incomingWei Wang1-0/+15
2023-07-26migration: Update error description whenever migration failsTejus GK1-7/+12
2023-07-26docs/migration: Update postcopy bitsPeter Xu1-26/+66
2023-07-26migration: skipped field is really obsolete.Juan Quintela2-2/+20
2023-07-26migration-test: machine_opts is really arch specificJuan Quintela1-9/+5
2023-07-26migration-test: Create arch_optsJuan Quintela1-15/+15
2023-07-26migration-test: Make machine_opts regular with other optionsJuan Quintela1-6/+4
2023-07-26migration-test: Be consistent for ppcJuan Quintela1-1/+1
2023-07-26migration: Extend query-migrate to provide dirty page limit infoHyman Huang(黄勇)5-1/+76
2023-07-26migration: Implement dirty-limit convergence algoHyman Huang(黄勇)4-0/+69
2023-07-26migration: Put the detection logic before auto-converge checkingHyman Huang(黄勇)1-10/+11
2023-07-26migration: Refactor auto-converge capability logicHyman Huang(黄勇)1-1/+5
2023-07-26migration: Introduce dirty-limit capabilityHyman Huang(黄勇)4-6/+49