summaryrefslogtreecommitdiff
path: root/tests/ahci-test.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-04qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau1-3/+3
2018-03-06ahci-test: fix opts leak of skip testsMarc-André Lureau1-0/+1
2018-02-14libqos: Use explicit QTestState for remaining libqos operationsEric Blake1-0/+1
2018-02-14libqos: Track QTestState with QPCIBusEric Blake1-1/+1
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-0/+1
2018-01-23blockdev: Mark BD-{remove,insert}-medium stableMax Reitz1-2/+2
2018-01-23tests/ahci: Switch tray and medium commands to @idMax Reitz1-6/+6
2017-10-16tests: use g_new() family of functionsMarc-André Lureau1-2/+2
2017-07-18tests/ahci-test: Be mean with RAMDr. David Alan Gilbert1-4/+4
2016-11-14ahci-test: add QMP tray test for ATAPIJohn Snow1-0/+98
2016-11-14ahci-test: test atapi read_cd with bcl, nb_sectors = 0John Snow1-7/+29
2016-11-14ahci-test: Create smaller test ISO imagesJohn Snow1-1/+2
2016-10-28tests: Don't assume structure of PCI IO base in ahci-testDavid Gibson1-6/+7
2016-07-18tests: in IDE and AHCI tests perform DMA write before flushingEvgeny Yakovlev1-2/+32
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-01-29ide: Clean up includesPeter Maydell1-3/+1
2016-01-11qtest/ahci: ATAPI data testsJohn Snow1-0/+97
2016-01-11libqos/ahci: allow nondata commands for ahci_io variantsJohn Snow1-12/+2
2016-01-11libqos: allow zero-size allocationsJohn Snow1-7/+1
2016-01-11libqos/ahci: ATAPI identifyJohn Snow1-1/+7
2016-01-11ahci-test: fix memory leakJohn Snow1-2/+2
2015-11-13qtest/ahci: use raw format when qemu-img is absentJohn Snow1-9/+32
2015-11-13qtest/ahci: always specify image formatJohn Snow1-22/+29
2015-11-13ahci/qtest: don't use tcp sockets for migration testsJohn Snow1-5/+20
2015-09-18qtest/ahci: export generate_patternJohn Snow1-26/+0
2015-09-18qtest/ahci: use generate_pattern everywhereJohn Snow1-17/+6
2015-07-04qtest/ahci: halted ncq migration testJohn Snow1-4/+15
2015-07-04qtest/ahci: halted NCQ testJohn Snow1-4/+15
2015-07-04qtest/ahci: ncq migration testJohn Snow1-4/+15
2015-07-04qtest/ahci: simple ncq data testJohn Snow1-0/+13
2015-07-04ahci/qtest: Execute IDENTIFY prior to data commandsJohn Snow1-0/+6
2015-07-04qtest/ahci: add port_reset testJohn Snow1-0/+24
2015-07-04qtest/ahci: add test_maxJohn Snow1-5/+45
2015-06-19tests: Use qtest_add_data_func() consistentlyAndreas Färber1-7/+2
2015-05-22libqos/ahci: Swap memread/write with bufread/writeJohn Snow1-4/+4
2015-05-22qtest/ahci: add migrate halted dma testJohn Snow1-1/+74
2015-05-22qtest/ahci: add halted dma testJohn Snow1-0/+60
2015-05-22qtest/ahci: add flush migrate testJohn Snow1-1/+51
2015-05-22qtest/ahci: add migrate dma testJohn Snow1-0/+45
2015-05-22qtest/ahci: Add migration testJohn Snow1-0/+90
2015-04-28qtest/ahci: add flush retry testJohn Snow1-0/+44
2015-04-28qtest/ahci: Allow override of default CLI optionsJohn Snow1-22/+45
2015-04-28qtest/ahci: Add simple flush testJohn Snow1-0/+34
2015-04-28qtest/ahci: test different disk sectorsJohn Snow1-13/+55
2015-04-28qtest/ahci: add qcow2 support to ahci-testJohn Snow1-10/+6
2015-03-23ahci-test: improve rw buffer patternsJohn Snow1-8/+28
2015-03-19qtest/ahci: Fix a bit mask expressionJohn Snow1-1/+1
2015-03-10qtest/ahci: add fragmented dma testJohn Snow1-0/+59
2015-03-10qtest/ahci: Add PIO and LBA48 testsJohn Snow1-22/+134
2015-03-10qtest/ahci: Add DMA test variantsJohn Snow1-6/+28