summaryrefslogtreecommitdiff
path: root/tests/libqos
AgeCommit message (Expand)AuthorFilesLines
2015-07-08libqos/ahci: fix ahci_write_fis for ncq on ppc64John Snow2-10/+12
2015-07-04qtest/ahci: simple ncq data testJohn Snow2-33/+40
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 Snow2-10/+63
2015-07-04libqos/ahci: fix cmd_sanity for ncqJohn Snow2-24/+25
2015-07-04libqos/ahci: fix memory management bugsJohn Snow1-2/+4
2015-06-17libqos: Complete virtio device ID definition listFam Zheng1-2/+8
2015-06-17libqos: Allow calling guest_free on NULL pointerFam Zheng1-0/+3
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: Add migration helpersJohn Snow4-17/+145
2015-05-22libqos/ahci: Fix sector set methodJohn Snow1-2/+4
2015-05-22libqos/ahci: Add halted command helpersJohn Snow2-0/+30
2015-04-30misc: Fix new collection of typosStefan Weil1-2/+2
2015-04-28libqos: add blkdebug_prepare_scriptJohn Snow2-0/+23
2015-04-28qtest/ahci: Allow override of default CLI optionsJohn Snow2-0/+6
2015-04-28qtest/ahci: test different disk sectorsJohn Snow2-6/+8
2015-04-28qtest/ahci: add qcow2 support to ahci-testJohn Snow2-0/+46
2015-03-10libqos: Solve bug in interrupt checking when using MSIX in virtio-pci.cMarc Marí1-4/+12
2015-03-10libqos/ahci: add ahci command helpersJohn Snow2-0/+47
2015-03-10libqos/ahci: Zero-fill AHCI headersJohn Snow1-1/+1
2015-03-10libqos: Add virtio MMIO supportMarc Marí2-0/+244
2015-03-10libqos: Add malloc genericMarc Marí2-0/+60
2015-03-10libqos: Remove PCI assumptions in constants of virtio driverMarc Marí2-27/+27
2015-03-10libqos: Change use of pointers to uint64_t in virtioMarc Marí3-21/+23
2015-02-16libqos/ahci: Add ahci_clean_memJohn Snow4-0/+25
2015-02-16libqos/ahci: add ahci_ioJohn Snow2-0/+27
2015-02-16libqos/ahci: Add ahci_guest_ioJohn Snow2-0/+17
2015-02-16libqos/ahci: add ahci command size settersJohn Snow2-0/+26
2015-02-16libqos/ahci: add ahci command verifyJohn Snow2-0/+16
2015-02-16libqos/ahci: add ahci command functionsJohn Snow2-0/+220
2015-02-16libqos/ahci: Add ide cmd propertiesJohn Snow1-0/+39
2015-02-16qtest/ahci: add ahci_write_fisJohn Snow2-1/+16
2015-02-16qtest/ahci: Demagic ahci tests.John Snow1-0/+53
2015-02-16libqos/ahci: Add cmd response sanity check helpersJohn Snow2-17/+84
2015-02-16libqos/ahci: Add port_check_nonbusy helperJohn Snow2-0/+19
2015-02-16libqos/ahci: Add ahci_port_check_interrupts helperJohn Snow2-0/+16
2015-02-16libqos/ahci: Add ahci_port_check_error helperJohn Snow2-0/+23
2015-02-16libqos/ahci: Add command header helpersJohn Snow2-5/+87
2015-02-16qtest/ahci: rename 'Command' to 'CommandHeader'John Snow1-4/+3
2015-02-16libqos/ahci: Add ahci_port_clear helperJohn Snow2-0/+17
2015-02-16libqos/ahci: Add ahci_port_select helperJohn Snow2-0/+28
2015-02-16libqos/ahci: create libqos/ahci.cJohn Snow2-1/+279
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