From: Ian Jackson Date: Fri, 6 Jun 2008 16:52:47 +0000 (+0100) Subject: provide i440fx_init_memory_mappings (stub) X-Git-Tag: xen-3.3.0-rc1~90 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=50f467371ba9a0db0311a0ef03a7e1c51c05a3cb;p=qemu-xen-4.4-testing.git provide i440fx_init_memory_mappings (stub) --- diff --git a/hw/piix4acpi.c b/hw/piix4acpi.c index 7a77d37df..ec3b5153c 100644 --- a/hw/piix4acpi.c +++ b/hw/piix4acpi.c @@ -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 */ +}