aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-28tests/boot_linux_console: Add initrd test for the Exynos4210Philippe Mathieu-Daudé1-0/+41
2019-10-28tests/boot_linux_console: Add a test for the Raspberry Pi 2Philippe Mathieu-Daudé1-0/+36
2019-10-28tests/boot_linux_console: Use Avocado archive::gzip_uncompress()Philippe Mathieu-Daudé1-4/+1
2019-10-28.travis.yml: Let the avocado job run the 40p testsPhilippe Mathieu-Daudé1-1/+1
2019-10-28tests/acceptance: Test OpenBIOS on the PReP/40pPhilippe Mathieu-Daudé1-0/+33
2019-10-28tests/acceptance: Add test that runs NetBSD 4.0 installer on PRep/40pPhilippe Mathieu-Daudé2-0/+50
2019-10-28.travis.yml: Let the avocado job run the Leon3 testPhilippe Mathieu-Daudé1-1/+1
2019-10-28tests/acceptance: Add test that boots the HelenOS microkernel on Leon3Philippe Mathieu-Daudé2-0/+35
2019-10-28tests/acceptance: Refactor exec_command_and_wait_for_pattern()Philippe Mathieu-Daudé2-11/+26
2019-10-28tests/acceptance: Send <carriage return> on serial linesPhilippe Mathieu-Daudé1-1/+1
2019-10-28tests/acceptance: Fix wait_for_console_pattern() hangsPhilippe Mathieu-Daudé1-0/+1
2019-10-28Acceptance tests: refactor wait_for_console_patternCleber Rosa3-37/+33
2019-10-28Python libs: close console sockets before shutting down the VMsCleber Rosa1-4/+7
2019-10-28Acceptance tests: work around socket dirCleber Rosa1-1/+2
2019-10-28MAINTAINERS: update location of Python librariesCleber Rosa1-1/+1
2019-10-28Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...Peter Maydell84-486/+2232
2019-10-28Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell22-234/+1800
2019-10-28qemu-iotests: restrict 264 to qcow2 onlyVladimir Sementsov-Ogievskiy1-0/+2
2019-10-28Revert "qemu-img: Check post-truncation size"Max Reitz1-35/+4
2019-10-28block: Pass truncate exact=true where reasonableMax Reitz5-7/+31
2019-10-28block: Let format drivers pass @exactMax Reitz3-3/+16
2019-10-28block: Evaluate @exact in protocol driversMax Reitz2-2/+13
2019-10-28block: Add @exact parameter to bdrv_co_truncate()Max Reitz31-68/+102
2019-10-28block: Do not truncate file node when formattingMax Reitz3-16/+0
2019-10-28block/cor: Drop cor_co_truncate()Max Reitz1-8/+0
2019-10-28block: Handle filter truncation like native impl.Max Reitz1-7/+6
2019-10-28iotests: Test qcow2's snapshot table handlingMax Reitz3-0/+870
2019-10-28iotests: Add peek_file* functionsMax Reitz1-0/+20
2019-10-28qcow2: Fix v3 snapshot table entry compliancyMax Reitz1-0/+18
2019-10-28qcow2: Repair snapshot table with too many entriesMax Reitz1-0/+14
2019-10-28qcow2: Fix overly long snapshot tablesMax Reitz1-10/+78
2019-10-28qcow2: Keep track of the snapshot table lengthMax Reitz1-1/+13
2019-10-28qcow2: Fix broken snapshot table entriesMax Reitz1-11/+56
2019-10-28qcow2: Add qcow2_check_fix_snapshot_table()Max Reitz3-1/+36
2019-10-28qcow2: Separate qcow2_check_read_snapshot_table()Max Reitz3-18/+120
2019-10-28qcow2: Write v3-compliant snapshot list on upgradeMax Reitz1-2/+30
2019-10-28qcow2: Put qcow2_upgrade() into its own functionMax Reitz1-5/+38
2019-10-28qcow2: Make qcow2_write_snapshots() publicMax Reitz2-1/+2
2019-10-28qcow2: Keep unknown extra snapshot dataMax Reitz2-10/+58
2019-10-28qcow2: Add Error ** to qcow2_read_snapshots()Max Reitz3-4/+8
2019-10-28qcow2: Use endof()Max Reitz1-3/+4
2019-10-28include: Move endof() up from hw/virtio/virtio.hMax Reitz4-14/+14
2019-10-28mirror: Do not dereference invalid pointersMax Reitz1-4/+9
2019-10-28block/nvme: add support for discardMaxim Levitsky2-0/+85
2019-10-28block/nvme: add support for write zerosMaxim Levitsky3-2/+90
2019-10-28block/block-copy: increase buffered copy requestVladimir Sementsov-Ogievskiy2-17/+33
2019-10-28block/block-copy: add memory limitVladimir Sementsov-Ogievskiy2-0/+8
2019-10-28util: introduce SharedResourceVladimir Sementsov-Ogievskiy3-0/+148
2019-10-28block/block-copy: refactor copyingVladimir Sementsov-Ogievskiy2-70/+54
2019-10-28block/block-copy: limit copy_range_size to 16 MiBVladimir Sementsov-Ogievskiy1-2/+8