summaryrefslogtreecommitdiff
path: root/tests/libqos/pci-pc.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-28libqos: Add 64-bit PCI IO accessorsDavid Gibson1-0/+13
2016-10-28libqos: Implement mmio accessors in terms of mem{read,write}David Gibson1-38/+0
2016-10-28libqos: Add streaming accessors for PCI MMIODavid Gibson1-0/+14
2016-10-28libqos: Move BAR assignment to common codeDavid Gibson1-84/+3
2016-10-28libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson1-57/+50
2016-10-06libqos: add PCI management in qtest_vboot()/qtest_shutdown()Laurent Vivier1-1/+1
2016-10-06libqos: add PPC64 PCI supportLaurent Vivier1-22/+0
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-03-21tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs alignedMarkus Armbruster1-2/+6
2016-02-16tests: Clean up includesPeter Maydell1-0/+1
2014-10-15libqos: Add qpci_plug_device_test() and qpci_unplug_acpi_device_test()Igor Mammedov1-0/+49
2014-08-15libqos: allow qpci_iomap to return BAR mapping sizeJohn Snow1-1/+4
2014-08-15libqos: Fixes a small memory leak.John Snow1-0/+7
2014-07-15libqos: Fix PC PCI endianness glitchesAndreas Färber1-6/+6
2014-03-27tests/libqos/pci-pc: Avoid shifting left into sign bitPeter Maydell1-6/+6
2013-04-17qtest: add libqos including PCI supportAnthony Liguori1-0/+239