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