aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-26target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' headerPhilippe Mathieu-Daudé10-5/+29
2024-01-26target/arm: Create arm_cpu_mp_affinityRichard Henderson8-11/+17
2024-01-26target/arm: Rename arm_cpu_mp_affinityRichard Henderson5-7/+7
2024-01-26target/arm/cpregs: Include missing 'kvm-consts.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26target/arm/cpregs: Include missing 'hw/registerfields.h' headerPhilippe Mathieu-Daudé1-0/+2
2024-01-26target/arm/cpu-features: Include missing 'hw/registerfields.h' headerPhilippe Mathieu-Daudé1-0/+2
2024-01-26hw/arm/xlnx-versal: Include missing 'cpu.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26hw/arm/smmuv3: Include missing 'hw/registerfields.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26hw/arm/xilinx_zynq: Include missing 'exec/tswap.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26hw/arm/exynos4210: Include missing 'exec/tswap.h' headerPhilippe Mathieu-Daudé1-0/+1
2024-01-26hw/arm: Add watchdog timer to Allwinner H40 and Bananapi boardGuenter Roeck4-1/+13
2024-01-26hw/arm: Add AHCI/SATA controller to Allwinner R40 and Bananapi boardGuenter Roeck4-1/+16
2024-01-26hw/arm: Add EHCI/OHCI controllers to Allwinner R40 and Bananapi boardGuenter Roeck4-3/+57
2024-01-26hw/arm/nseries: Unconditionally map the TUSB6010 USB Host controllerPhilippe Mathieu-Daudé1-3/+1
2024-01-26hw/arm/allwinner-a10: Unconditionally map the USB Host controllersPhilippe Mathieu-Daudé1-31/+22
2024-01-26hw/arm/musicpal: Convert to qemu_add_kbd_event_handler()Peter Maydell1-68/+59
2024-01-26hw/arm/virt.c: Remove newline from error_report() stringPeter Maydell1-2/+2
2024-01-26target/arm: Fix VNCR fault detection logicPeter Maydell1-1/+1
2024-01-26target/xtensa: fix OOB TLB entry accessMax Filippov1-12/+35
2024-01-26iotests/277: Use iotests.sock_dir for socket creationAndrey Drobyshev1-1/+2
2024-01-26iotests/iothreads-stream: Use the right TimeoutErrorKevin Wolf1-1/+2
2024-01-26tests/unit: Bump test-replication timeout to 60 secondsKevin Wolf1-1/+2
2024-01-26Merge tag 'pull-qapi-2024-01-26' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell19-59/+64
2024-01-26Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell1-4/+9
2024-01-26Merge tag 'pull-loongarch-20240125' of https://gitlab.com/gaosong/qemu into s...Peter Maydell2-10/+45
2024-01-26iotests/264: Use iotests.sock_dir for socket creationAndrey Drobyshev1-1/+2
2024-01-26block/blklogwrites: Protect mutable driver state with a mutex.Ari Sundholm1-8/+77
2024-01-26virtio-blk: always set ioeventfd during startupStefan Hajnoczi1-6/+6
2024-01-26virtio-blk: tolerate failure to set BlockBackend AioContextStefan Hajnoczi1-14/+5
2024-01-26virtio-blk: restart s->rq reqs in vq AioContextsStefan Hajnoczi1-11/+33
2024-01-26virtio-blk: rename dataplane to ioeventfdStefan Hajnoczi2-43/+43
2024-01-26virtio-blk: rename dataplane create/destroy functionsStefan Hajnoczi1-11/+12
2024-01-26virtio-blk: move dataplane code into virtio-blk.cStefan Hajnoczi8-463/+357
2024-01-26monitor: only run coroutine commands in qemu_aio_contextStefan Hajnoczi32-178/+205
2024-01-26iotests: port 141 to Python for reliable QMP testingStefan Hajnoczi2-331/+176
2024-01-26iotests: add filter_qmp_generated_node_ids()Stefan Hajnoczi1-0/+7
2024-01-26stream: Allow users to request only format driver names in backing file formatPeter Krempa5-3/+28
2024-01-26commit: Allow users to request only format driver names in backing file formatPeter Krempa8-12/+58
2024-01-26string-output-visitor: Fix (pseudo) struct handlingKevin Wolf1-0/+46
2024-01-26block/blklogwrites: Fix a bug when logging "write zeroes" operations.Ari Sundholm1-9/+26
2024-01-26qapi: Fix malformed "Since:" section tags (again)Markus Armbruster2-9/+9
2024-01-26qapi: Indent tagged doc comment sections properlyMarkus Armbruster5-22/+22
2024-01-26qapi: Fix mangled "Returns" sections in documentationMarkus Armbruster3-12/+18
2024-01-26docs/interop/bitmaps: Clean up a reference to qemu-qmp-refMarkus Armbruster2-4/+4
2024-01-26qapi: Fix dangling references to docs/devel/qapi-code-gen.txtMarkus Armbruster7-8/+8
2024-01-26docs: Replace dangling references to docs/interop/qmp-intro.txtMarkus Armbruster2-5/+5
2024-01-26docs/devel/qapi-code-gen: Fix missing ':' in tagged section docsMarkus Armbruster1-2/+2
2024-01-26docs/devel/qapi-code-gen: Don't reserve types ending with 'Kind'Markus Armbruster1-3/+2
2024-01-25Merge tag 'pull-request-2024-01-24' of https://gitlab.com/thuth/qemu into sta...Peter Maydell4-874/+27
2024-01-25Merge tag 'pull-tcg-20240123' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell8-17/+25