mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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>
This commit is contained in:
parent
853ca11daf
commit
d1f2c96a81
7 changed files with 221 additions and 77 deletions
2
hw/pcmcia/Makefile.objs
Normal file
2
hw/pcmcia/Makefile.objs
Normal file
|
@ -0,0 +1,2 @@
|
|||
common-obj-y += pcmcia.o
|
||||
obj-$(CONFIG_PXA2XX) += pxa2xx.o
|
Loading…
Add table
Add a link
Reference in a new issue