commit | dd236a50aaf8817ab08ca346d6ace49ca4214c10 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 01 18:36:52 2011 +0100 |
committer | Avi Kivity <avi@redhat.com> | Mon Oct 10 15:29:28 2011 +0200 |
tree | 0eeea79654740c29e61b150135ce8d95e72edf12 | |
parent | a682fd5c2958aeb9589bc6ab08aac380ede37120 [diff] |
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>