summaryrefslogtreecommitdiff
path: root/tests/libqos/pci.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-28libqos: Change PCI accessors to take opaque BAR handleDavid Gibson1-81/+68
2016-10-28libqos: Add 64-bit PCI IO accessorsDavid Gibson1-0/+25
2016-10-28libqos: Implement mmio accessors in terms of mem{read,write}David Gibson1-6/+14
2016-10-28libqos: Add streaming accessors for PCI MMIODavid Gibson1-0/+16
2016-10-28libqos: Better handling of PCI legacy IODavid Gibson1-0/+5
2016-10-28libqos: Move BAR assignment to common codeDavid Gibson1-2/+54
2016-10-28libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson1-7/+42
2016-10-06libqos: add PPC64 PCI supportLaurent Vivier1-1/+21
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2016-02-02libqos: remove some leaksMarc-André Lureau1-0/+2
2014-09-22ahci: add test_pci_enable to ahci-test.John Snow1-0/+6
2014-09-08libqos: Added MSI-X supportMarc MarĂ­1-2/+109
2014-08-15libqos: allow qpci_iomap to return BAR mapping sizeJohn Snow1-2/+2
2014-06-02qtest: fix qpci_config_writelGerd Hoffmann1-1/+1
2013-05-08libqos/pci: Enable bus masteringKevin Wolf1-1/+1
2013-04-17qtest: add libqos including PCI supportAnthony Liguori1-0/+151