]> xenbits.xensource.com Git - qemu-xen.git/commit
milkymist-minimac2: Just expose buffers as a sysbus mmio region
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Mar 2013 14:34:21 +0000 (14:34 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 1 Apr 2013 14:08:33 +0000 (09:08 -0500)
commit20cf850c6ac5bf1ef13de1da93a5c8b5ea28b304
tree2819597de7b47cf7e3da488ea2a9f9f78ba4f73a
parenta86f200aeb66a4f402b22241a5d8360f02bfc090
milkymist-minimac2: Just expose buffers as a sysbus mmio region

Just expose the register buffers memory as a standard sysbus mmio
region which the creator of the device can map, rather than
providing a qdev property which the creator has to set to the
base address and then doing the mapping in the device's own
init function.

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-4-git-send-email-peter.maydell@linaro.org
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/milkymist-hw.h
hw/milkymist-minimac2.c