summaryrefslogtreecommitdiffstats
path: root/hw/ide/microdrive.c
Commit message (Expand)AuthorAgeFilesLines
* microdrive: Coding Style cleanupsAndreas Färber2013-11-051-24/+38
* pcmcia: QOM'ify PCMCIACardState and MicroDriveStateAndreas Färber2013-11-051-47/+123
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* hw: Trim superfluous #include "block_int.h"Markus Armbruster2011-09-121-1/+0
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-07-061-1/+1
|\
| * ide: Replace IDEState members is_cdrom, is_cf by drive_kindMarkus Armbruster2010-07-061-1/+1
* | savevm: Add DeviceState paramAlex Williamson2010-07-061-1/+1
|/
* ide: Split non-qdev code off ide_init2()Markus Armbruster2010-06-041-1/+2
* Add "static" to please SparseBlue Swirl2009-12-041-1/+1
* IDE: Fix reset handlingBlue Swirl2009-11-071-1/+1
* ide: port microdrive to vmstateJuan Quintela2009-10-271-43/+18
* ide: microdrive cycle field is set as uint8_tJuan Quintela2009-10-271-1/+1
* ide: remove uselsess casts from void *Juan Quintela2009-10-121-9/+9
* ide: pass down DriveInfo instead of BlockDriverStateGerd Hoffmann2009-09-041-1/+1
* ide: move code to hw/ide/Gerd Hoffmann2009-08-271-0/+575
OpenPOWER on IntegriCloud