hw/arm11mpcore: Clean up to avoid using sysbus_mmio_init_cb2
commitdd236a50aaf8817ab08ca346d6ace49ca4214c10
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 1 Sep 2011 17:36:52 +0000 (1 18:36 +0100)
committerAvi Kivity <avi@redhat.com>
Mon, 10 Oct 2011 13:29:28 +0000 (10 15:29 +0200)
tree0eeea79654740c29e61b150135ce8d95e72edf12
parenta682fd5c2958aeb9589bc6ab08aac380ede37120
hw/arm11mpcore: Clean up to avoid using sysbus_mmio_init_cb2

Clean up the initialisation of the realview_mpcore device to avoid
using sysbus_init_mmio_cb2(): we can pass through the MemoryRegion
of the private arm11mpcore_priv device directly now.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Avi Kivity <avi@redhat.com>
hw/arm11mpcore.c