diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2013-03-15 14:34:22 +0000 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-01 09:08:33 -0500 |
commit | c34e120554c31d45bdfbac08a5c1d9ef92a62020 (patch) | |
tree | 243b66a6e204426fcc5e39b8b462080a64b4fbdf /hw/sysbus.c | |
parent | 20cf850c6ac5bf1ef13de1da93a5c8b5ea28b304 (diff) | |
download | hqemu-c34e120554c31d45bdfbac08a5c1d9ef92a62020.zip hqemu-c34e120554c31d45bdfbac08a5c1d9ef92a62020.tar.gz |
milkymist-softusb: Don't map RAM memory regions in the device itself
Don't map the pmem and dmem RAM memory regions in the milkymist-softusb
device itself. Instead just expose them as sysbus mmio regions which
the device creator can map appropriately. This allows us to drop the
pmem_base and dmem_base properties. Instead of going via
cpu_physical_memory_read/_write when the device wants to access the
RAMs, we just keep a host pointer to the memory and use that.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Acked-by: Michael Walle <michael@walle.cc>
Message-id: 1363358063-23973-5-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/sysbus.c')
0 files changed, 0 insertions, 0 deletions