summaryrefslogtreecommitdiffstats
path: root/hw/pcmcia
Commit message (Collapse)AuthorAgeFilesLines
* pcmcia/pxa2xx: QOM'ify PXA2xxPCMCIAStateAndreas Färber2013-11-051-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 MicroDriveStateAndreas Färber2013-11-053-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>