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