]> git.proxmox.com Git - qemu.git/commit
pcmcia: QOM'ify PCMCIACardState and MicroDriveState
authorAndreas Färber <afaerber@suse.de>
Wed, 17 Jul 2013 17:46:16 +0000 (19:46 +0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 5 Nov 2013 17:06:52 +0000 (18:06 +0100)
commitd1f2c96a81a4d18b99b7f471bf58e65c9afab33f
tree5f8be6b1e059b93091d11ae7ba630e94f06dac0a
parent853ca11dafb625e36db036b8e83d6e2168703e1f
pcmcia: QOM'ify PCMCIACardState and MicroDriveState

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>
hw/Makefile.objs
hw/ide/microdrive.c
hw/misc/Makefile.objs
hw/misc/pxa2xx_pcmcia.c [deleted file]
hw/pcmcia/Makefile.objs [new file with mode: 0644]
hw/pcmcia/pcmcia.c [new file with mode: 0644]
hw/pcmcia/pxa2xx.c [new file with mode: 0644]
include/hw/pcmcia.h