From 50f467371ba9a0db0311a0ef03a7e1c51c05a3cb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 6 Jun 2008 17:52:47 +0100 Subject: [PATCH] provide i440fx_init_memory_mappings (stub) --- hw/piix4acpi.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/piix4acpi.c b/hw/piix4acpi.c index 7a77d37d..ec3b5153 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 */ +} -- 2.39.5