]> Git Repo - qemu.git/commit - hw/ide/microdrive.c
pcmcia: QOM'ify PCMCIACardState and MicroDriveState
authorAndreas Färber <[email protected]>
Wed, 17 Jul 2013 17:46:16 +0000 (19:46 +0200)
committerAndreas Färber <[email protected]>
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 <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
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
This page took 0.026316 seconds and 4 git commands to generate.