projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd49c03
)
mpc8544_guts: Fix MemoryRegion name
author
Andreas Färber
<afaerber@suse.de>
Sun, 9 Jun 2013 20:47:33 +0000
(22:47 +0200)
committer
Alexander Graf
<agraf@suse.de>
Sun, 30 Jun 2013 23:11:15 +0000
(
01:11
+0200)
6544 -> 8544
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/mpc8544_guts.c
patch
|
blob
|
history
diff --git
a/hw/ppc/mpc8544_guts.c
b/hw/ppc/mpc8544_guts.c
index 193beab2c2f9a3aafe28257820572e70e87db970..98540a45143f938324b639bddf9f1a0cd97aeda7 100644
(file)
--- 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,
- "mpc
6
544.guts", MPC8544_GUTS_MMIO_SIZE);
+ "mpc
8
544.guts", MPC8544_GUTS_MMIO_SIZE);
sysbus_init_mmio(dev, &s->iomem);
return 0;