summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update version for v6.1.0-rc0 releasev6.1.0-rc0Peter Maydell2021-07-211-1/+1
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell2021-07-2111-14/+134
|\
| * linux-aio: limit the batch size using `aio-max-batch` parameterStefano Garzarella2021-07-211-1/+8
| * iothread: add aio-max-batch parameterStefano Garzarella2021-07-2110-9/+103
| * iothread: generalize iothread_set_param/iothread_get_paramStefano Garzarella2021-07-211-4/+23
* | Merge remote-tracking branch 'remotes/cleber-gitlab/tags/python-next-pull-req...Peter Maydell2021-07-212-28/+16
|\ \ | |/ |/|
| * remote/memory: Replace share parameter with ram_flagsYang Zhong2021-07-201-1/+1
| * tests/acceptance/virtio-gpu.py: provide kernel and initrd hashesCleber Rosa2021-07-201-4/+6
| * tests/acceptance/virtio-gpu.py: use virtio-vga-glCleber Rosa2021-07-201-2/+2
| * tests/acceptance/virtio-gpu.py: combine kernel command lineCleber Rosa2021-07-201-9/+3
| * tests/acceptance/virtio-gpu.py: combine CPU tagsCleber Rosa2021-07-201-2/+1
| * tests/acceptance/virtio-gpu.py: combine x86_64 arch tagsCleber Rosa2021-07-201-2/+1
| * tests/acceptance/virtio-gpu.py: use require_accelerator()Cleber Rosa2021-07-201-8/+2
* | Merge remote-tracking branch 'remotes/philmd/tags/kconfig-20210720' into stagingPeter Maydell2021-07-2017-13/+35
|\ \ | |/ |/|
| * hw/tricore: fix inclusion of tricore_testboardAlex Bennée2021-07-203-4/+4
| * hw/ppc/Kconfig: Add dependency PEGASOS2 -> ATI_VGAPhilippe Mathieu-Daudé2021-07-201-0/+1
| * hw/isa/vt82c686: Add missing Kconfig dependency (runtime error)Philippe Mathieu-Daudé2021-07-201-0/+2
| * hw/isa/vt82c686: Add missing Kconfig dependencies (build error)Philippe Mathieu-Daudé2021-07-201-0/+3
| * hw/pci-host/Kconfig: Add missing dependency MV64361 -> I8259Philippe Mathieu-Daudé2021-07-201-0/+1
| * hw/ppc/Kconfig: Add missing dependency E500 -> DS1338 RTCPhilippe Mathieu-Daudé2021-07-202-1/+1
| * hw/riscv/Kconfig: Restrict NUMA to Virt & Spike machinesPhilippe Mathieu-Daudé2021-07-202-1/+6
| * hw/riscv/Kconfig: Add missing dependency MICROCHIP_PFSOC -> SERIALPhilippe Mathieu-Daudé2021-07-201-0/+1
| * hw/arm/Kconfig: Add missing SDHCI symbol to FSL_IMX25Philippe Mathieu-Daudé2021-07-201-0/+1
| * hw/arm/Kconfig: Remove unused DS1338 symbol from i.MX25 PDK BoardPhilippe Mathieu-Daudé2021-07-201-1/+0
| * hw/arm/Kconfig: Add missing dependency NPCM7XX -> SMBUSPhilippe Mathieu-Daudé2021-07-201-0/+1
| * hw/ide/Kconfig: Add missing dependency PCI -> IDE_QDEVPhilippe Mathieu-Daudé2021-07-201-1/+1
| * hw/i386/Kconfig: Add missing Kconfig dependency (runtime error)Philippe Mathieu-Daudé2021-07-201-0/+1
| * hw/acpi/Kconfig: Add missing Kconfig dependencies (build error)Philippe Mathieu-Daudé2021-07-201-0/+4
| * hw/acpi: Do not restrict ACPI core routines to x86 architecturePhilippe Mathieu-Daudé2021-07-201-1/+2
| * hw/mips: Express dependencies of the Boston machine with KconfigPhilippe Mathieu-Daudé2021-07-202-4/+5
| * hw/mips: Add dependency MIPS_CPS -> MIPS_ITUPhilippe Mathieu-Daudé2021-07-201-0/+1
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2021-07-2011-89/+182
|\ \
| * | iotests/307: Test iothread conflict for exportsMax Reitz2021-07-202-0/+23
| * | block/export: Conditionally ignore set-context errorMax Reitz2021-07-201-1/+4
| * | block/vvfat: fix: drop backingVladimir Sementsov-Ogievskiy2021-07-201-39/+4
| * | replication: Remove workaroundLukas Straub2021-07-201-11/+1
| * | replication: Properly attach childrenLukas Straub2021-07-201-3/+27
| * | replication: Reduce usage of s->hidden_disk and s->secondary_diskLukas Straub2021-07-201-17/+28
| * | replication: Remove s->active_diskLukas Straub2021-07-201-17/+17
| * | block: Add option to use driver whitelist even in toolsKevin Wolf2021-07-203-2/+16
| * | block/mirror: fix active mirror dead-lock in mirror_wait_on_conflictsVladimir Sementsov-Ogievskiy2021-07-202-13/+17
| * | iotest 151: add test-case that shows active mirror dead-lockVladimir Sementsov-Ogievskiy2021-07-202-4/+62
| * | block/mirror: set .co for active-write MirrorOp objectsVladimir Sementsov-Ogievskiy2021-07-201-0/+1
|/ /
* | Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-07-19' in...Peter Maydell2021-07-191-44/+92
|\ \ | |/ |/|
| * blkdebug: protect rules and suspended_reqs with a lockEmanuele Giuseppe Esposito2021-07-191-10/+39
| * block/blkdebug: remove new_state field and instead use a local variableEmanuele Giuseppe Esposito2021-07-191-7/+6
| * blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFEEmanuele Giuseppe Esposito2021-07-191-1/+6
| * blkdebug: track all actionsEmanuele Giuseppe Esposito2021-07-191-9/+8
| * blkdebug: move post-resume handling to resume_req_by_tagEmanuele Giuseppe Esposito2021-07-191-13/+18
| * blkdebug: refactor removal of a suspended requestEmanuele Giuseppe Esposito2021-07-191-11/+22
|/