summaryrefslogtreecommitdiff
path: root/tests/libqos/ahci.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-23all: Clean up includesPeter Maydell1-3/+0
2016-01-11libqos/ahci: organize headerJohn Snow1-12/+24
2016-01-11libqos/ahci: add ahci_execJohn Snow1-0/+17
2016-01-11libqos/ahci: ATAPI identifyJohn Snow1-0/+1
2016-01-11libqos/ahci: ATAPI supportJohn Snow1-0/+14
2015-07-08libqos/ahci: fix ahci_write_fis for ncq on ppc64John Snow1-1/+1
2015-07-04qtest/ahci: simple ncq data testJohn Snow1-12/+15
2015-07-04libqos/ahci: add NCQ frame supportJohn Snow1-1/+28
2015-07-04libqos/ahci: fix cmd_sanity for ncqJohn Snow1-2/+1
2015-05-22libqos/ahci: Add halted command helpersJohn Snow1-0/+3
2015-04-28qtest/ahci: test different disk sectorsJohn Snow1-2/+2
2015-03-10libqos/ahci: add ahci command helpersJohn Snow1-0/+5
2015-02-16libqos/ahci: Add ahci_clean_memJohn Snow1-0/+1
2015-02-16libqos/ahci: add ahci_ioJohn Snow1-0/+2
2015-02-16libqos/ahci: Add ahci_guest_ioJohn Snow1-0/+2
2015-02-16libqos/ahci: add ahci command size settersJohn Snow1-0/+4
2015-02-16libqos/ahci: add ahci command verifyJohn Snow1-0/+1
2015-02-16libqos/ahci: add ahci command functionsJohn Snow1-0/+18
2015-02-16qtest/ahci: add ahci_write_fisJohn Snow1-1/+2
2015-02-16qtest/ahci: Demagic ahci tests.John Snow1-0/+53
2015-02-16libqos/ahci: Add cmd response sanity check helpersJohn Snow1-17/+37
2015-02-16libqos/ahci: Add port_check_nonbusy helperJohn Snow1-0/+1
2015-02-16libqos/ahci: Add ahci_port_check_interrupts helperJohn Snow1-0/+2
2015-02-16libqos/ahci: Add ahci_port_check_error helperJohn Snow1-0/+1
2015-02-16libqos/ahci: Add command header helpersJohn Snow1-5/+12
2015-02-16qtest/ahci: rename 'Command' to 'CommandHeader'John Snow1-4/+3
2015-02-16libqos/ahci: Add ahci_port_clear helperJohn Snow1-0/+1
2015-02-16libqos/ahci: Add ahci_port_select helperJohn Snow1-0/+1
2015-02-16libqos/ahci: create libqos/ahci.cJohn Snow1-1/+10
2015-02-16qtest/ahci: Bookmark FB and CLB pointersJohn Snow1-0/+6
2015-02-16libqos/ahci: Functional register helpersJohn Snow1-0/+63
2015-02-16qtest/ahci: finalize AHCIQState consolidationJohn Snow1-5/+4
2015-02-16qtest/ahci: Store hba_base in AHCIQStateJohn Snow1-0/+1
2015-02-16libqos: create libqos.cJohn Snow1-0/+5
2015-02-16qtest/ahci: Create ahci.hJohn Snow1-0/+352