aboutsummaryrefslogtreecommitdiff
path: root/tests/libqos/pci-spapr.c
AgeCommit message (Expand)Author
2020-01-12tests/libqos: Move the libqos files under tests/qtest/Thomas Huth
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-04-08tests/libqos: fix usage of bool in pci-spapr.cJafar Abdi
2019-03-07tests/libqos: has_buggy_msi flagEmanuele Giuseppe Esposito
2019-03-07tests/libqos: pci-spapr driver and interface nodesEmanuele Giuseppe Esposito
2019-03-07tests/libqos: rename qpci_init_pc and qpci_init_spapr functionsEmanuele Giuseppe Esposito
2018-12-17tests/libqos/pci: Make PCI access functions independent of global_qtestThomas Huth
2018-02-14libqos: Use explicit QTestState for rtas operationsEric Blake
2018-02-14libqos: Track QTestState with QPCIBusEric Blake
2017-01-31libqos: fix spapr qpci_map()Laurent Vivier
2016-10-28libqos: Add 64-bit PCI IO accessorsDavid Gibson
2016-10-28libqos: Implement mmio accessors in terms of mem{read,write}David Gibson
2016-10-28libqos: Add streaming accessors for PCI MMIODavid Gibson
2016-10-28libqos: Move BAR assignment to common codeDavid Gibson
2016-10-28libqos: Handle PCI IO de-multiplexing in common codeDavid Gibson
2016-10-16spapr: Improved placement of PCI host bridges in guest memory mapDavid Gibson
2016-10-16libqos: Limit spapr-pci to 32-bit MMIO for nowDavid Gibson
2016-10-16libqos: Correct error in PCI hole sizing for spaprDavid Gibson
2016-10-16libqos: Isolate knowledge of spapr memory map to qpci_init_spapr()David Gibson
2016-10-06libqos: add PPC64 PCI supportLaurent Vivier