aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-01xen: Don't pass MemoryListener around by valuePeter Maydell4-9/+9
2023-08-01thread-pool: signal "request_cond" while lockedAnthony PERARD1-1/+1
2023-08-01xen-block: Avoid leaks on new error pathAnthony PERARD1-5/+6
2023-08-01hw/xen: Clarify (lack of) error handling in transaction_commit()David Woodhouse1-1/+11
2023-07-31Merge tag 'pull-tcg-20230731' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson7-51/+132
2023-07-31target/s390x: Move trans_exc_code update to do_program_interruptRichard Henderson1-12/+28
2023-07-31linux-user/armeb: Fix __kernel_cmpxchg() for armebHelge Deller1-2/+7
2023-07-31target/ppc: Disable goto_tb with architectural singlestepRichard Henderson1-0/+3
2023-07-31bsd-user: Specify host page alignment if none specifiedWarner Losh1-1/+2
2023-07-31bsd-user: Allocate guest virtual address spaceRichard Henderson1-5/+43
2023-07-31accel/tcg: Clear tcg_ctx->gen_tb on buffer overflowRichard Henderson1-0/+1
2023-07-31util/interval-tree: Use qatomic_read/set for rb_parent_colorRichard Henderson1-21/+26
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