diff options
author | Peter Maydell | 2013-03-15 15:34:22 +0100 |
---|---|---|
committer | Anthony Liguori | 2013-04-01 16:08:33 +0200 |
commit | c34e120554c31d45bdfbac08a5c1d9ef92a62020 (patch) | |
tree | 243b66a6e204426fcc5e39b8b462080a64b4fbdf /hw/sysbus.c | |
parent | milkymist-minimac2: Just expose buffers as a sysbus mmio region (diff) | |
download | qemu-c34e120554c31d45bdfbac08a5c1d9ef92a62020.tar.gz qemu-c34e120554c31d45bdfbac08a5c1d9ef92a62020.tar.xz qemu-c34e120554c31d45bdfbac08a5c1d9ef92a62020.zip |
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