]> git.proxmox.com Git - mirror_qemu.git/commit
hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOps
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jun 2015 17:06:09 +0000 (18:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 15 Jun 2015 17:06:09 +0000 (18:06 +0100)
commit13e1e476b4bc111d36fffaea025f90d8db52b697
tree1da6716745fbac0da0a0854cd2da1977d527e259
parent8e079caf82c3658ee64bca37c91953b38296d427
hw/sd/pxa2xx_mmci: Stop using old_mmio in MemoryRegionOps

Update the pxa2xx_mmci device to stop using the old_mmio read
and write callbacks in its MemoryRegionOps. This actually
simplifies the code because the separate byte/halfword/word
access functions were all calling into a single function to
do the work anyway.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: 1434117989-7367-6-git-send-email-peter.maydell@linaro.org
hw/sd/pxa2xx_mmci.c