summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* qemu-img: Use child access functionsMax Reitz2020-09-071-0/+1
* block: Use child access functions for QAPI queriesMax Reitz2020-09-071-1/+7
* block/null: Implement bdrv_get_allocated_file_sizeMax Reitz2020-09-073-5/+6
* block: Raise an error when backing file parameter is an empty stringConnor Kuehl2020-09-072-0/+9
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-03' into ...Peter Maydell2020-09-051-16/+7Star
|\
| * qapi: enable use of g_autoptr with QAPI typesDaniel P. Berrangé2020-09-031-16/+7Star
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-09-02' into st...Peter Maydell2020-09-032-2/+2
|\ \
| * | iotests/259: Fix reference outputMax Reitz2020-09-021-1/+1
| * | iotests/059: Fix reference outputMax Reitz2020-09-021-1/+1
| |/
* | libqtest: Rename qmp_assert_error_class() to qmp_expect_error_and_unref()Markus Armbruster2020-09-036-29/+29
* | tests/qtest/ipmi-kcs: Fix assert side-effectPhilippe Mathieu-Daudé2020-09-031-1/+2
* | tests/qtest/tpm: Declare input buffers const and staticPhilippe Mathieu-Daudé2020-09-032-7/+7
* | tests/qtest/ahci: Improve error handling (NEGATIVE_RETURNS)Philippe Mathieu-Daudé2020-09-031-0/+1
|/
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2020-09-021-20/+20
|\
| * Revert "hw/i386: Update structures to save the number of nodes per package"Babu Moger2020-09-021-20/+20
* | tests/tcg: Do not require FE_* exception bitsRichard Henderson2020-09-011-0/+17
* | tests/tcg: Do not require FE_TOWARDZERORichard Henderson2020-09-012-0/+4
* | tests/tcg: Add microblaze to arches filterRichard Henderson2020-09-011-1/+1
|/
* migration: improve error reporting of block driver state nameDaniel P. Berrangé2020-08-281-2/+2
* tests/bios-tables-test: add smbios cpu speed testYing Fang2020-08-271-0/+42
* acpi: update expected DSDT files with _UID changesMichael S. Tsirkin2020-08-2722-21/+0Star
* disassemble-aml: -o actually worksMichael S. Tsirkin2020-08-271-3/+8
* acpi: allow DSDT changesMichael S. Tsirkin2020-08-271-0/+21
* Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-08-26' in...Peter Maydell2020-08-2625-135/+1824
|\
| * iotests: Add tests for qcow2 images with extended L2 entriesAlberto Garcia2020-08-263-0/+1628
| * qcow2: Assert that expand_zero_clusters_in_l1() does not support subclustersAlberto Garcia2020-08-252-0/+11
| * qcow2: Allow preallocation and backing files if extended_l2 is setAlberto Garcia2020-08-251-1/+1
| * qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bitAlberto Garcia2020-08-2521-133/+183
| * qcow2: Add subcluster support to check_refcounts_l2()Alberto Garcia2020-08-251-1/+1
* | tests: fix a memory in test_socket_unix_abstract_goodLi Qiang2020-08-251-0/+1
* | Merge remote-tracking branch 'remotes/xtensa/tags/20200821-xtensa' into stagingPeter Maydell2020-08-249-287/+998
|\ \ | |/ |/|
| * tests/tcg/xtensa: add DFP0 arithmetic testsMax Filippov2020-08-211-0/+162
| * tests/tcg/xtensa: test double precision load/storeMax Filippov2020-08-211-0/+123
| * tests/tcg/xtensa: add fp0 div and sqrt testsMax Filippov2020-08-212-0/+158
| * tests/tcg/xtensa: update test_lsc for DFPUMax Filippov2020-08-211-13/+34
| * tests/tcg/xtensa: update test_fp1 for DFPUMax Filippov2020-08-211-28/+34
| * tests/tcg/xtensa: update test_fp0_conv for DFPUMax Filippov2020-08-211-144/+155
| * tests/tcg/xtensa: expand madd testsMax Filippov2020-08-211-0/+104
| * tests/tcg/xtensa: update test_fp0_arith for DFPUMax Filippov2020-08-212-97/+223
| * tests/tcg/xtensa: fix test execution on ISSMax Filippov2020-08-211-5/+5
* | Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200812' int...Peter Maydell2020-08-241-0/+108
|\ \
| * | tests/virtio-9p: added split readdir testsChristian Schoenebeck2020-08-121-0/+108
* | | Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-08-21' int...Peter Maydell2020-08-228-27/+1045
|\ \ \ | |_|/ |/| |
| * | iotests: Test node/bitmap aliases during migrationMax Reitz2020-08-213-0/+599
| * | iotests.py: Let wait_migration() return on failureMax Reitz2020-08-211-6/+12
| * | iotests: dump QCOW2 header in JSON in #303Andrey Shinkevich2020-08-212-0/+79
| * | qcow2_format.py: support dumping metadata in JSON formatAndrey Shinkevich2020-08-211-0/+17
| * | qcow2_format.py: collect fields to dump in JSON formatAndrey Shinkevich2020-08-211-0/+36
| * | qcow2.py: Introduce '-j' key to dump in JSON formatAndrey Shinkevich2020-08-212-6/+16
| * | qcow2_format.py: Dump bitmap table serialized entriesAndrey Shinkevich2020-08-212-0/+54