summaryrefslogtreecommitdiff
path: root/tests/ahci-test.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-16qtest/ahci: Adding simple dma read-write testJohn Snow1-0/+55
2015-02-16qtest/ahci: Assert sector size in identify testJohn Snow1-0/+4
2015-02-16libqos/ahci: Add ahci_clean_memJohn Snow1-0/+3
2015-02-16libqos/ahci: add ahci_ioJohn Snow1-38/+25
2015-02-16libqos/ahci: add ahci command verifyJohn Snow1-14/+2
2015-02-16libqos/ahci: add ahci command functionsJohn Snow1-56/+17
2015-02-16qtest/ahci: add ahci_write_fisJohn Snow1-1/+1
2015-02-16qtest/ahci: Demagic ahci tests.John Snow1-6/+6
2015-02-16libqos/ahci: Add cmd response sanity check helpersJohn Snow1-25/+4
2015-02-16libqos/ahci: Add port_check_nonbusy helperJohn Snow1-0/+1
2015-02-16libqos/ahci: Add ahci_port_check_interrupts helperJohn Snow1-11/+2
2015-02-16libqos/ahci: Add ahci_port_check_error helperJohn Snow1-7/+1
2015-02-16libqos/ahci: Add command header helpersJohn Snow1-20/+23
2015-02-16qtest/ahci: rename 'Command' to 'CommandHeader'John Snow1-4/+4
2015-02-16libqos/ahci: Add ahci_port_clear helperJohn Snow1-7/+2
2015-02-16libqos/ahci: Add ahci_port_select helperJohn Snow1-17/+2
2015-02-16libqos/ahci: create libqos/ahci.cJohn Snow1-225/+0
2015-02-16qtest/ahci: Bookmark FB and CLB pointersJohn Snow1-22/+20
2015-02-16qtest/ahci: remove getter/setter macrosJohn Snow1-95/+83
2015-02-16libqos/ahci: Functional register helpersJohn Snow1-14/+11
2015-02-16qtest/ahci: remove guest_malloc globalJohn Snow1-9/+9
2015-02-16qtest/ahci: remove pcibus globalJohn Snow1-8/+6
2015-02-16qtest/ahci: finalize AHCIQState consolidationJohn Snow1-42/+38
2015-02-16qtest/ahci: Store hba_base in AHCIQStateJohn Snow1-72/+64
2015-02-16libqos: add pc specific interfaceJohn Snow1-2/+2
2015-02-16libqos: create libqos.cJohn Snow1-54/+37
2015-02-16qtest/ahci: Create ahci.hJohn Snow1-318/+1
2015-01-15misc: Fix new typos in commentsStefan Weil1-1/+1
2014-12-10qtests: Specify image format explicitlyKevin Wolf1-1/+2
2014-09-22ahci: Add test_identify case to ahci-test.John Snow1-0/+304
2014-09-22ahci: Add test_hba_enable to ahci-test.John Snow1-0/+156
2014-09-22ahci: Add test_hba_spec to ahci-test.John Snow1-1/+560
2014-09-22ahci: add test_pci_enable to ahci-test.John Snow1-0/+53
2014-09-22ahci: Add test_pci_spec to ahci-test.John Snow1-6/+299
2014-09-22ahci: Adding basic functionality qtest.John Snow1-0/+196