]> xenbits.xensource.com Git - qemu-xen-3.4-testing.git/commitdiff
provide i440fx_init_memory_mappings (stub)
authorIan Jackson <iwj@mariner.uk.xensource.com>
Fri, 6 Jun 2008 16:52:47 +0000 (17:52 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 6 Jun 2008 16:52:47 +0000 (17:52 +0100)
hw/piix4acpi.c

index 7a77d37dfc5417b61a59fe7567f0d35016fa85f2..ec3b5153c98c3deb8b92eb3bfac4f3ba6df10456 100644 (file)
@@ -563,3 +563,7 @@ i2c_bus *piix4_pm_init(PCIBus *bus, int devfn, uint32_t smb_io_base,
 
     return NULL;
 }
+
+void i440fx_init_memory_mappings(PCIDevice *d) {
+    /* our implementation doesn't need this */
+}