]> git.proxmox.com Git - mirror_qemu.git/commit
hw/sd/pxa2xx_mmci: convert to SysBusDevice object
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Feb 2016 14:16:19 +0000 (14:16 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 18 Feb 2016 14:26:33 +0000 (14:26 +0000)
commit7a9468c92517e19037bfe2272f64f5dadaf9db15
treebf7739023535a0a79d0a7bd98d3f4a296d8acf01
parenteb4f566bbbe195b2475e8fa5d9ed29ca56a18b02
hw/sd/pxa2xx_mmci: convert to SysBusDevice object

Convert the pxa2xx_mmci device to be a sysbus device.

In this commit we only change the device itself, and leave
the interface to the SD card using the old non-SDBus APIs.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Message-id: 1455646193-13238-8-git-send-email-peter.maydell@linaro.org
hw/sd/pxa2xx_mmci.c