]> git.proxmox.com Git - qemu.git/commit
sh_pci: remove sysbus_init_mmio_cb2 usage
authorBenoît Canet <benoit.canet@gmail.com>
Fri, 16 Dec 2011 22:37:46 +0000 (23:37 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 19 Dec 2011 19:36:27 +0000 (13:36 -0600)
commit8c106233ab179deb6faa8914b6103d3e68431b4b
tree8d9947c79df30e8703af229a929437f0e80c66c7
parentca2cc7888846ab85ee6549bb0b68ac0cbf16a4e9
sh_pci: remove sysbus_init_mmio_cb2 usage

The isa region is not exposed as a sysbus region because the iobr
register contains its address and use it to remap dynamically
the region. (Peter Maydell's idea)

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Benoît Canet <benoit.canet@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/r2d.c
hw/sh_pci.c