summaryrefslogtreecommitdiffstats
path: root/tests/libqos/pci-pc.h
diff options
context:
space:
mode:
authorLaurent Vivier2016-09-29 12:32:45 +0200
committerDavid Gibson2016-10-06 07:15:53 +0200
commit2ecd7e2f25a57e8966a15ee50a0afacd4ec067da (patch)
tree1b66fc28278e9e2955d67698659309c222bab97c /tests/libqos/pci-pc.h
parentlibqos: add PPC64 PCI support (diff)
downloadqemu-2ecd7e2f25a57e8966a15ee50a0afacd4ec067da.tar.gz
qemu-2ecd7e2f25a57e8966a15ee50a0afacd4ec067da.tar.xz
qemu-2ecd7e2f25a57e8966a15ee50a0afacd4ec067da.zip
libqos: add PCI management in qtest_vboot()/qtest_shutdown()
Signed-off-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Greg Kurz <groug@kaod.org> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/libqos/pci-pc.h')
-rw-r--r--tests/libqos/pci-pc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libqos/pci-pc.h b/tests/libqos/pci-pc.h
index 26211790cd..9479b51642 100644
--- a/tests/libqos/pci-pc.h
+++ b/tests/libqos/pci-pc.h
@@ -14,8 +14,9 @@
#define LIBQOS_PCI_PC_H
#include "libqos/pci.h"
+#include "libqos/malloc.h"
-QPCIBus *qpci_init_pc(void);
+QPCIBus *qpci_init_pc(QGuestAllocator *alloc);
void qpci_free_pc(QPCIBus *bus);
#endif