summaryrefslogtreecommitdiff
path: root/stubs/pci-host-piix.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/pci-host-piix.c')
-rw-r--r--stubs/pci-host-piix.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/stubs/pci-host-piix.c b/stubs/pci-host-piix.c
new file mode 100644
index 0000000000..6ed81b1f21
--- /dev/null
+++ b/stubs/pci-host-piix.c
@@ -0,0 +1,6 @@
+#include "qemu/osdep.h"
+#include "hw/i386/pc.h"
+PCIBus *find_i440fx(void)
+{
+ return NULL;
+}