Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcmcia/pxa2xx: QOM'ify PXA2xxPCMCIAState | Andreas Färber | 2013-11-05 | 1 | -12/+66 |
| | | | | | | | | Turn it into a SysBusDevice and use a container MemoryRegion. Add a link<pcmcia-card> property to the PCMCIACardState. Signed-off-by: Andreas Färber <afaerber@suse.de> | ||||
* | pcmcia: QOM'ify PCMCIACardState and MicroDriveState | Andreas Färber | 2013-11-05 | 3 | -0/+255 |
Turn PCMCIACardState into a device. Move callbacks to new PCMCIACardClass. Derive TYPE_MICRODRIVE from TYPE_PCMCIA_CARD. Replace ide_init2_with_non_qdev_drives(). Signed-off-by: Othmar Pasteka <pasteka@kabsi.at> Signed-off-by: Andreas Färber <afaerber@suse.de> |