Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-05 | pcmcia/pxa2xx: QOM'ify PXA2xxPCMCIAState | Andreas Färber | 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> | |||||
2013-11-05 | pcmcia: QOM'ify PCMCIACardState and MicroDriveState | Andreas Färber | 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> |