aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2013-03-15 14:34:23 +0000
committerAnthony Liguori <aliguori@us.ibm.com>2013-04-01 09:08:33 -0500
commite63d28d7dbfcec81214aecc9ff0aaee46e87aa44 (patch)
treed19efe9c31b524a5449114eda584def29a55b01f /hw/i386/pc.c
parentc31bc98e3bcf52fe1cd4b9b7a70869330eae80ea (diff)
downloadqemu-e63d28d7dbfcec81214aecc9ff0aaee46e87aa44.zip
qemu-e63d28d7dbfcec81214aecc9ff0aaee46e87aa44.tar.gz
qemu-e63d28d7dbfcec81214aecc9ff0aaee46e87aa44.tar.bz2
sysbus: Remove sysbus_add_memory and sysbus_del_memory
Remove the sysbus_add_memory and sysbus_del_memory functions. These are trivial wrappers for mapping a memory region into the system memory space, and have no users now. Sysbus devices should never map their own memory regions anyway; the correct API for mapping an mmio region is for the creator of the device to use sysbus_mmio_map. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Andreas Färber <afaerber@suse.de> Message-id: 1363358063-23973-6-git-send-email-peter.maydell@linaro.org Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/i386/pc.c')
0 files changed, 0 insertions, 0 deletions