summaryrefslogtreecommitdiff
path: root/tests/libqos
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-08tests: Functions bus_foreach and device_find from libqos virtio APIMarc Marí3-0/+122
2014-08-15libqos: Change free function called in mallocMarc Marí1-1/+1
2014-08-15libqos: Correct mask to align size to PAGE_SIZE in malloc-pcMarc Marí1-1/+1
2014-08-15libqos: allow qpci_iomap to return BAR mapping sizeJohn Snow3-5/+8
2014-08-15libqos: Fixes a small memory leak.John Snow2-0/+8
2014-08-15libqos: Correct memory leakJohn Snow1-0/+3
2014-07-15libqos: Fix PC PCI endianness glitchesAndreas Färber1-6/+6
2014-06-02qtest: fix qpci_config_writelGerd Hoffmann1-1/+1
2014-03-27tests/libqos/pci-pc: Avoid shifting left into sign bitPeter Maydell1-6/+6
2013-07-18libqos: Generalize I/O-mapped fw_cfgMarkus Armbruster5-61/+33
2013-07-18libqos: Add support for memory-mapped fw_cfgMarkus Armbruster2-0/+32
2013-05-08libqos/pci: Enable bus masteringKevin Wolf1-1/+1
2013-05-03libqos: Relocate I2C filesAndreas Färber3-0/+225
2013-04-29libqos: Convert fw_cfg values to host endiannessAndreas Färber1-3/+4
2013-04-17libqos: add malloc supportAnthony Liguori3-0/+129
2013-04-17libqos: add fw_cfg supportAnthony Liguori4-0/+145
2013-04-17qtest: add libqos including PCI supportAnthony Liguori4-0/+490