summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-21tests: add test for TPM TIS deviceStefan Berger3-0/+495
2018-02-21tests: Move common TPM test code into tpm-emu.cStefan Berger4-172/+209
2018-02-16Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180214a'...Peter Maydell4-63/+230
2018-02-16Merge remote-tracking branch 'remotes/berrange/tags/qio-next-pull-request' in...Peter Maydell1-4/+25
2018-02-16tests/boot-serial-test: Fix problem with timeout due to dropped charactersThomas Huth1-2/+2
2018-02-15io: Fix QIOChannelFile when creating and opening read-writeRoss Lagerwall1-4/+25
2018-02-15Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-02-14' into...Peter Maydell55-374/+416
2018-02-14tests/m48t59: Use the m48t59 test on ppc, tooThomas Huth2-1/+10
2018-02-14tests/Makefile: Derive check-qtest-ppc64-y from check-qtest-ppc-yThomas Huth1-7/+4
2018-02-14tests/m48t59: Make the test independent of global_qtestThomas Huth1-30/+30
2018-02-14tests/m48t59: Fix and re-enable the test for sparcThomas Huth2-30/+34
2018-02-14tests/boot-serial-test: Add support for the aarch64 virt machineWei Huang2-0/+10
2018-02-14tests/boot-serial: Add tests for PowerPC Mac machinesThomas Huth1-0/+3
2018-02-14tests/boot-serial: Enable the boot-serial test on SPARC machines, tooThomas Huth2-0/+6
2018-02-14wdt_ib700-test: Drop dependence on global_qtestEric Blake1-29/+34
2018-02-14tests/boot-sector: Drop dependence on global_qtestEric Blake5-9/+11
2018-02-14qmp-test: Drop dependence on global_qtestEric Blake1-17/+18
2018-02-14libqos: Use explicit QTestState for remaining libqos operationsEric Blake11-35/+39
2018-02-14libqos: Use explicit QTestState for ahci operationsEric Blake1-22/+23
2018-02-14libqos: Use explicit QTestState for i2c operationsEric Blake5-65/+66
2018-02-14libqos: Use explicit QTestState for rtas operationsEric Blake4-28/+40
2018-02-14libqos: Use explicit QTestState for fw_cfg operationsEric Blake14-36/+36
2018-02-14libqos: Track QTestState with QPCIBusEric Blake19-33/+33
2018-02-14tests/migration: Add test for migration to bad destinationDr. David Alan Gilbert1-15/+50