aboutsummaryrefslogtreecommitdiff
path: root/tests/ahci-test.c
AgeCommit message (Expand)Author
2016-07-18tests: in IDE and AHCI tests perform DMA write before flushingEvgeny Yakovlev
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-01-29ide: Clean up includesPeter Maydell
2016-01-11qtest/ahci: ATAPI data testsJohn Snow
2016-01-11libqos/ahci: allow nondata commands for ahci_io variantsJohn Snow
2016-01-11libqos: allow zero-size allocationsJohn Snow
2016-01-11libqos/ahci: ATAPI identifyJohn Snow
2016-01-11ahci-test: fix memory leakJohn Snow
2015-11-13qtest/ahci: use raw format when qemu-img is absentJohn Snow
2015-11-13qtest/ahci: always specify image formatJohn Snow
2015-11-13ahci/qtest: don't use tcp sockets for migration testsJohn Snow
2015-09-18qtest/ahci: export generate_patternJohn Snow
2015-09-18qtest/ahci: use generate_pattern everywhereJohn Snow
2015-07-04qtest/ahci: halted ncq migration testJohn Snow
2015-07-04qtest/ahci: halted NCQ testJohn Snow
2015-07-04qtest/ahci: ncq migration testJohn Snow
2015-07-04qtest/ahci: simple ncq data testJohn Snow
2015-07-04ahci/qtest: Execute IDENTIFY prior to data commandsJohn Snow
2015-07-04qtest/ahci: add port_reset testJohn Snow
2015-07-04qtest/ahci: add test_maxJohn Snow
2015-06-19tests: Use qtest_add_data_func() consistentlyAndreas Färber
2015-05-22libqos/ahci: Swap memread/write with bufread/writeJohn Snow
2015-05-22qtest/ahci: add migrate halted dma testJohn Snow
2015-05-22qtest/ahci: add halted dma testJohn Snow
2015-05-22qtest/ahci: add flush migrate testJohn Snow
2015-05-22qtest/ahci: add migrate dma testJohn Snow
2015-05-22qtest/ahci: Add migration testJohn Snow
2015-04-28qtest/ahci: add flush retry testJohn Snow
2015-04-28qtest/ahci: Allow override of default CLI optionsJohn Snow
2015-04-28qtest/ahci: Add simple flush testJohn Snow
2015-04-28qtest/ahci: test different disk sectorsJohn Snow
2015-04-28qtest/ahci: add qcow2 support to ahci-testJohn Snow
2015-03-23ahci-test: improve rw buffer patternsJohn Snow
2015-03-19qtest/ahci: Fix a bit mask expressionJohn Snow
2015-03-10qtest/ahci: add fragmented dma testJohn Snow
2015-03-10qtest/ahci: Add PIO and LBA48 testsJohn Snow
2015-03-10qtest/ahci: Add DMA test variantsJohn Snow
2015-03-10qtest/ahci: Add a macro bootup routineJohn Snow
2015-02-16qtest/ahci: Adding simple dma read-write testJohn Snow
2015-02-16qtest/ahci: Assert sector size in identify testJohn Snow
2015-02-16libqos/ahci: Add ahci_clean_memJohn Snow
2015-02-16libqos/ahci: add ahci_ioJohn Snow
2015-02-16libqos/ahci: add ahci command verifyJohn Snow
2015-02-16libqos/ahci: add ahci command functionsJohn Snow
2015-02-16qtest/ahci: add ahci_write_fisJohn Snow
2015-02-16qtest/ahci: Demagic ahci tests.John Snow
2015-02-16libqos/ahci: Add cmd response sanity check helpersJohn Snow
2015-02-16libqos/ahci: Add port_check_nonbusy helperJohn Snow
2015-02-16libqos/ahci: Add ahci_port_check_interrupts helperJohn Snow
2015-02-16libqos/ahci: Add ahci_port_check_error helperJohn Snow