aboutsummaryrefslogtreecommitdiff
path: root/tests/libqos/ahci.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-01-29ide: Clean up includesPeter Maydell1-0/+1
2016-01-11libqos/ahci: add ahci_execJohn Snow1-0/+76
2016-01-11libqos/ahci: allow nondata commands for ahci_io variantsJohn Snow1-0/+3
2016-01-11libqos: allow zero-size allocationsJohn Snow1-3/+3
2016-01-11libqos/ahci: Switch to mutable propertiesJohn Snow1-2/+8
2016-01-11libqos/ahci: ATAPI identifyJohn Snow1-0/+5
2016-01-11libqos/ahci: ATAPI supportJohn Snow1-4/+75
2015-10-05qtest/ahci: fix redundant assertionJohn Snow1-1/+1
2015-07-08libqos/ahci: fix ahci_write_fis for ncq on ppc64John Snow1-9/+11
2015-07-04qtest/ahci: simple ncq data testJohn Snow1-21/+25
2015-07-04libqos/ahci: Force all NCQ commands to be LBA48John Snow1-1/+1
2015-07-04libqos/ahci: set the NCQ tag on command_commitJohn Snow1-0/+5
2015-07-04libqos/ahci: adjust expected NCQ interruptsJohn Snow1-2/+7
2015-07-04libqos/ahci: edit wait to be ncq awareJohn Snow1-3/+7
2015-07-04libqos/ahci: add NCQ frame supportJohn Snow1-9/+35
2015-07-04libqos/ahci: fix cmd_sanity for ncqJohn Snow1-22/+24
2015-07-04libqos/ahci: fix memory management bugsJohn Snow1-2/+4
2015-05-22libqos/ahci: Swap memread/write with bufread/writeJohn Snow1-2/+2
2015-05-22qtest/ahci: add migrate dma testJohn Snow1-0/+1
2015-05-22libqos/ahci: Fix sector set methodJohn Snow1-2/+4
2015-05-22libqos/ahci: Add halted command helpersJohn Snow1-0/+27
2015-04-30misc: Fix new collection of typosStefan Weil1-2/+2
2015-04-28qtest/ahci: test different disk sectorsJohn Snow1-4/+6
2015-03-10libqos/ahci: add ahci command helpersJohn Snow1-0/+42
2015-03-10libqos/ahci: Zero-fill AHCI headersJohn Snow1-1/+1
2015-02-16libqos/ahci: Add ahci_clean_memJohn Snow1-0/+18
2015-02-16libqos/ahci: add ahci_ioJohn Snow1-0/+25
2015-02-16libqos/ahci: Add ahci_guest_ioJohn Snow1-0/+15
2015-02-16libqos/ahci: add ahci command size settersJohn Snow1-0/+22
2015-02-16libqos/ahci: add ahci command verifyJohn Snow1-0/+15
2015-02-16libqos/ahci: add ahci command functionsJohn Snow1-0/+202
2015-02-16libqos/ahci: Add ide cmd propertiesJohn Snow1-0/+39
2015-02-16qtest/ahci: add ahci_write_fisJohn Snow1-0/+14
2015-02-16libqos/ahci: Add cmd response sanity check helpersJohn Snow1-0/+47
2015-02-16libqos/ahci: Add port_check_nonbusy helperJohn Snow1-0/+18
2015-02-16libqos/ahci: Add ahci_port_check_interrupts helperJohn Snow1-0/+14
2015-02-16libqos/ahci: Add ahci_port_check_error helperJohn Snow1-0/+22
2015-02-16libqos/ahci: Add command header helpersJohn Snow1-0/+75
2015-02-16libqos/ahci: Add ahci_port_clear helperJohn Snow1-0/+16
2015-02-16libqos/ahci: Add ahci_port_select helperJohn Snow1-0/+27
2015-02-16libqos/ahci: create libqos/ahci.cJohn Snow1-0/+269