diff options
Diffstat (limited to 'stubs/pci-bus.c')
-rw-r--r-- | stubs/pci-bus.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/pci-bus.c b/stubs/pci-bus.c new file mode 100644 index 0000000000..a8932fa932 --- /dev/null +++ b/stubs/pci-bus.c @@ -0,0 +1,7 @@ +#include "qemu/osdep.h" +#include "hw/pci/pci.h" + +PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name) +{ + g_assert_not_reached(); +} |