summaryrefslogtreecommitdiff
path: root/tests/libqos
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-16libqos: add pc specific interfaceJohn Snow4-9/+50
2015-02-16libqos: Update QGuestAllocator to be opaqueJohn Snow3-35/+50
2015-02-16libqos: add alloc_init_flagsJohn Snow3-3/+11
2015-02-16libqos: add qtest_vbootJohn Snow2-6/+20
2015-02-16libqos: create libqos.cJohn Snow3-0/+79
2015-02-16qtest/ahci: Create ahci.hJohn Snow1-0/+352
2015-02-16libqos: Split apart pc_alloc_initJohn Snow3-16/+22
2015-01-13libqos: Convert malloc-pc allocator to a generic allocatorMarc Marí4-298/+308
2014-10-15tests: usb: Generic usb device hotplugIgor Mammedov2-0/+37
2014-10-15tests: usb: Move uhci port test code to libqos/usb.cIgor Mammedov2-0/+51
2014-10-15libqos: Add qpci_plug_device_test() and qpci_unplug_acpi_device_test()Igor Mammedov2-0/+52
2014-09-29libqos: use microseconds instead of iterations for virtio timeoutStefan Hajnoczi2-18/+20
2014-09-29libqos: improve event_index test with timeoutStefan Hajnoczi2-0/+27
2014-09-22ahci: add test_pci_enable to ahci-test.John Snow1-0/+6
2014-09-12libqos virtio: Increase ISR timeoutMarc Marí1-2/+2
2014-09-08libqos: add a simple first-fit memory allocatorJohn Snow2-10/+279
2014-09-08libqos: Added EVENT_IDX supportMarc Marí3-1/+32
2014-09-08libqos: Added MSI-X supportMarc Marí6-26/+282
2014-09-08libqos: Added indirect descriptor support to virtio implementationMarc Marí3-1/+95
2014-09-08libqos: Added basic virtqueue support to virtio implementationMarc Marí4-0/+283
2014-09-08tests: Add virtio device initializationMarc Marí4-0/+174