Home
last modified time | relevance | path

Searched refs:qpci_new (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos-spapr.c8 .qpci_new = qpci_new_spapr,
H A Dlibqos-pc.c8 .qpci_new = qpci_new_pc,
H A Dlibqos.h12 QPCIBus *(*qpci_new)(QTestState *qts, QGuestAllocator *alloc); member
H A Dlibqos.c26 qs->pcibus = ops->qpci_new(qs->qts, &qs->alloc); in qtest_vboot()