aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/microdrive.c
AgeCommit message (Expand)Author
2011-04-15Remove unused sysemu.h include directivesBlue Swirl
2010-07-06Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-07-06ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster
2010-06-04ide: Split non-qdev code off ide_init2()Markus Armbruster
2009-12-04Add "static" to please SparseBlue Swirl
2009-11-07IDE: Fix reset handlingBlue Swirl
2009-10-27ide: port microdrive to vmstateJuan Quintela
2009-10-27ide: microdrive cycle field is set as uint8_tJuan Quintela
2009-10-12ide: remove uselsess casts from void *Juan Quintela
2009-09-04ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann
2009-08-27ide: move code to hw/ide/Gerd Hoffmann