aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-21Update version for v6.1.0-rc0 releasev6.1.0-rc0Peter Maydell
2021-07-21Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-07-21linux-aio: limit the batch size using `aio-max-batch` parameterStefano Garzarella
2021-07-21iothread: add aio-max-batch parameterStefano Garzarella
2021-07-21iothread: generalize iothread_set_param/iothread_get_paramStefano Garzarella
2021-07-21Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...Peter Maydell
2021-07-20remote/memory: Replace share parameter with ram_flagsYang Zhong
2021-07-20tests/acceptance/virtio-gpu.py: provide kernel and initrd hashesCleber Rosa
2021-07-20tests/acceptance/virtio-gpu.py: use virtio-vga-glCleber Rosa
2021-07-20tests/acceptance/virtio-gpu.py: combine kernel command lineCleber Rosa
2021-07-20tests/acceptance/virtio-gpu.py: combine CPU tagsCleber Rosa
2021-07-20tests/acceptance/virtio-gpu.py: combine x86_64 arch tagsCleber Rosa
2021-07-20tests/acceptance/virtio-gpu.py: use require_accelerator()Cleber Rosa
2021-07-20Merge remote-tracking branch 'remotes/philmd/tags/kconfig-20210720' into stagingPeter Maydell
2021-07-20hw/tricore: fix inclusion of tricore_testboardAlex Bennée
2021-07-20hw/ppc/Kconfig: Add dependency PEGASOS2 -> ATI_VGAPhilippe Mathieu-Daudé
2021-07-20hw/isa/vt82c686: Add missing Kconfig dependency (runtime error)Philippe Mathieu-Daudé
2021-07-20hw/isa/vt82c686: Add missing Kconfig dependencies (build error)Philippe Mathieu-Daudé
2021-07-20hw/pci-host/Kconfig: Add missing dependency MV64361 -> I8259Philippe Mathieu-Daudé
2021-07-20Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-07-20vl: Parse legacy default_machine_optsJason Andryuk
2021-07-20qemu-config: fix memory leak on ferror()Paolo Bonzini
2021-07-20qemu-config: never call the callback after an error, fix leakPaolo Bonzini
2021-07-20iotests/307: Test iothread conflict for exportsMax Reitz
2021-07-20block/export: Conditionally ignore set-context errorMax Reitz
2021-07-20block/vvfat: fix: drop backingVladimir Sementsov-Ogievskiy
2021-07-20replication: Remove workaroundLukas Straub
2021-07-20replication: Properly attach childrenLukas Straub
2021-07-20replication: Reduce usage of s->hidden_disk and s->secondary_diskLukas Straub
2021-07-20replication: Remove s->active_diskLukas Straub
2021-07-20hw/ppc/Kconfig: Add missing dependency E500 -> DS1338 RTCPhilippe Mathieu-Daudé
2021-07-20hw/riscv/Kconfig: Restrict NUMA to Virt & Spike machinesPhilippe Mathieu-Daudé
2021-07-20hw/riscv/Kconfig: Add missing dependency MICROCHIP_PFSOC -> SERIALPhilippe Mathieu-Daudé
2021-07-20hw/arm/Kconfig: Add missing SDHCI symbol to FSL_IMX25Philippe Mathieu-Daudé
2021-07-20hw/arm/Kconfig: Remove unused DS1338 symbol from i.MX25 PDK BoardPhilippe Mathieu-Daudé
2021-07-20hw/arm/Kconfig: Add missing dependency NPCM7XX -> SMBUSPhilippe Mathieu-Daudé
2021-07-20hw/ide/Kconfig: Add missing dependency PCI -> IDE_QDEVPhilippe Mathieu-Daudé
2021-07-20hw/i386/Kconfig: Add missing Kconfig dependency (runtime error)Philippe Mathieu-Daudé
2021-07-20hw/acpi/Kconfig: Add missing Kconfig dependencies (build error)Philippe Mathieu-Daudé
2021-07-20hw/acpi: Do not restrict ACPI core routines to x86 architecturePhilippe Mathieu-Daudé
2021-07-20hw/mips: Express dependencies of the Boston machine with KconfigPhilippe Mathieu-Daudé
2021-07-20hw/mips: Add dependency MIPS_CPS -> MIPS_ITUPhilippe Mathieu-Daudé
2021-07-20block: Add option to use driver whitelist even in toolsKevin Wolf
2021-07-20block/mirror: fix active mirror dead-lock in mirror_wait_on_conflictsVladimir Sementsov-Ogievskiy
2021-07-20iotest 151: add test-case that shows active mirror dead-lockVladimir Sementsov-Ogievskiy
2021-07-20block/mirror: set .co for active-write MirrorOp objectsVladimir Sementsov-Ogievskiy
2021-07-19Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-07-19' in...Peter Maydell
2021-07-19blkdebug: protect rules and suspended_reqs with a lockEmanuele Giuseppe Esposito
2021-07-19block/blkdebug: remove new_state field and instead use a local variableEmanuele Giuseppe Esposito
2021-07-19blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFEEmanuele Giuseppe Esposito