summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-03-20test/acpi-test-data: add ACPI tables for dimmpxm testHaozhong Zhang10-0/+0
2018-03-20tests/bios-tables-test: add test cases for DIMM proximityHaozhong Zhang1-0/+38
2018-03-13tests: acpi: don't read all fields in test_acpi_fadt_table()Igor Mammedov1-64/+18
2018-03-13tests: make docker-test-debug@fedora run sanitizersMarc-André Lureau2-4/+4
2018-03-12Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180309a'...Peter Maydell1-3/+14
2018-03-09tests: Silence migration-test 'bad' testDr. David Alan Gilbert1-3/+14
2018-03-09qemu-iotests: fix 203 migration completion raceStefan Hajnoczi2-4/+16
2018-03-09iotests: Tweak 030 in order to trigger a race condition with parallel jobsAlberto Garcia2-11/+45
2018-03-09iotests: Skip test for ENOMEM errorFam Zheng1-3/+2
2018-03-09iotests: Mark all tests executableEric Blake10-0/+0
2018-03-09iotests: Test creating overlay when guest runningFam Zheng2-6/+9
2018-03-09qemu-iotests: Test ssh image creation over QMPKevin Wolf3-0/+337
2018-03-09qemu-iotests: Test qcow2 over file image creation with QMPKevin Wolf3-0/+646
2018-03-09qcow2: Use visitor for options in qcow2_create()Kevin Wolf2-6/+6
2018-03-09qdict: Introduce qdict_rename_keys()Kevin Wolf1-0/+129
2018-03-09test-qemu-opts: Test qemu_opts_to_qdict_filtered()Kevin Wolf1-0/+125
2018-03-09test-qemu-opts: Test qemu_opts_append()Kevin Wolf1-0/+128
2018-03-09qcow2: Make qemu-img check detect corrupted L1 tables in snapshotsAlberto Garcia2-0/+22
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_delete()Alberto Garcia2-0/+4
2018-03-09qcow2: Check snapshot L1 table in qcow2_snapshot_goto()Alberto Garcia2-0/+6
2018-03-09qcow2: Check snapshot L1 tables in qcow2_check_metadata_overlap()Alberto Garcia2-0/+8
2018-03-09qcow2: Check L1 table parameters in qcow2_expand_zero_clusters()Alberto Garcia2-0/+6
2018-03-09qcow2: Check L1 table offset in qcow2_snapshot_load_tmp()Alberto Garcia2-2/+16
2018-03-09qcow2: Generalize validate_table_offset() into qcow2_validate_table()Alberto Garcia1-8/+8
2018-03-08Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...Peter Maydell3-2/+6
2018-03-06sdhci-test: fix leaksMarc-André Lureau1-0/+2
2018-03-06ahci-test: fix opts leak of skip testsMarc-André Lureau1-0/+1
2018-03-06scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth1-4/+0
2018-03-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-0/+126
2018-03-06qio: non-default context for TLS handshakePeter Xu1-0/+2
2018-03-06qio: non-default context for async connPeter Xu1-2/+2
2018-03-06qio: non-default context for threaded qtaskPeter Xu1-0/+2
2018-03-05Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-1/+3
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell1-2/+0
2018-03-05tests/libqos: Check for valid dev pointer when looking for PCI devicesThomas Huth1-1/+3
2018-03-05net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commandsThomas Huth1-2/+0
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster5-15/+15
2018-03-02qapi: Empty out qapi-schema.jsonMarkus Armbruster3-3/+3
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-2/+1
2018-03-02qapi: Rename generated qmp-marshal.c to qmp-commands.cMarkus Armbruster3-8/+7
2018-03-02qapi: Record 'include' directives in intermediate representationMarkus Armbruster11-0/+32
2018-03-02qapi: Generate in source orderMarkus Armbruster11-187/+187
2018-03-02qapi: Lift error reporting from QAPISchema.__init__() to callersMarkus Armbruster1-2/+8
2018-03-02qapi: Improve include file name reporting in error messagesMarkus Armbruster1-1/+1
2018-03-02qapi-gen: New common driver for code and doc generatorsMarkus Armbruster2-31/+29
2018-03-02qapi: Streamline boilerplate comment generationMarkus Armbruster1-1/+2
2018-03-02block: test blk_aio_flush() with blk->root == NULLKevin Wolf2-0/+84
2018-03-02iotest 033: add misaligned write-zeroes test via truncateAnton Nefedov2-0/+42
2018-03-01Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2018-02-21-2...Peter Maydell5-172/+704
2018-02-22scripts: Add decodetree.pyRichard Henderson22-1/+140