summaryrefslogtreecommitdiff
path: root/tests/libqos/pci-spapr.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-14libqos: Use explicit QTestState for rtas operationsEric Blake1-6/+12
2018-02-14libqos: Track QTestState with QPCIBusEric Blake1-3/+4
2017-01-31libqos: fix spapr qpci_map()Laurent Vivier1-2/+2
2016-10-28libqos: Add 64-bit PCI IO accessorsDavid Gibson1-0/+14
2016-10-28libqos: Implement mmio accessors in terms of mem{read,write}David Gibson1-44/+0
2016-10-28libqos: Add streaming accessors for PCI MMIODavid Gibson1-0/+17
2016-10-28libqos: Move BAR assignment to common codeDavid Gibson1-86/+3
2016-10-28libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson1-56/+62
2016-10-16spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson1-5/+4
2016-10-16libqos: Limit spapr-pci to 32-bit MMIO for nowDavid Gibson1-17/+15
2016-10-16libqos: Correct error in PCI hole sizing for spaprDavid Gibson1-2/+4
2016-10-16libqos: Isolate knowledge of spapr memory map to qpci_init_spapr()David Gibson1-49/+64
2016-10-06libqos: add PPC64 PCI supportLaurent Vivier1-0/+288