From: Andreas Färber Date: Sun, 9 Jun 2013 20:47:33 +0000 (+0200) Subject: mpc8544_guts: Fix MemoryRegion name X-Git-Tag: qemu-xen-4.4.0-rc1~6^2~239^2~20 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1f1a83f459dab7fbec9c5866a4d6a1ae16549edd;p=qemu-xen.git mpc8544_guts: Fix MemoryRegion name 6544 -> 8544 Signed-off-by: Andreas Färber Signed-off-by: Alexander Graf --- diff --git a/hw/ppc/mpc8544_guts.c b/hw/ppc/mpc8544_guts.c index 193beab2c2..98540a4514 100644 --- a/hw/ppc/mpc8544_guts.c +++ b/hw/ppc/mpc8544_guts.c @@ -115,7 +115,7 @@ static int mpc8544_guts_initfn(SysBusDevice *dev) s = FROM_SYSBUS(GutsState, SYS_BUS_DEVICE(dev)); memory_region_init_io(&s->iomem, &mpc8544_guts_ops, s, - "mpc6544.guts", MPC8544_GUTS_MMIO_SIZE); + "mpc8544.guts", MPC8544_GUTS_MMIO_SIZE); sysbus_init_mmio(dev, &s->iomem); return 0;