summaryrefslogtreecommitdiff
path: root/hw/ide/microdrive.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-05microdrive: Coding Style cleanupsAndreas Färber1-24/+38
2013-11-05pcmcia: QOM'ify PCMCIACardState and MicroDriveStateAndreas Färber1-47/+123
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster1-1/+0
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-07-06ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster1-1/+1
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster1-1/+2
2009-12-04Add "static" to please SparseBlue Swirl1-1/+1
2009-11-07IDE: Fix reset handlingBlue Swirl1-1/+1
2009-10-27ide: port microdrive to vmstateJuan Quintela1-43/+18
2009-10-27ide: microdrive cycle field is set as uint8_tJuan Quintela1-1/+1
2009-10-12ide: remove uselsess casts from void *Juan Quintela1-9/+9
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann1-1/+1
2009-08-27ide: move code to hw/ide/Gerd Hoffmann1-0/+575