aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/microdrive.c
AgeCommit message (Expand)Author
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-01-29ide: Clean up includesPeter Maydell
2014-10-24hmp: Remove "info pcmcia"Markus Armbruster
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2013-11-05microdrive: Coding Style cleanupsAndreas Färber
2013-11-05pcmcia: QOM'ify PCMCIACardState and MicroDriveStateAndreas Färber
2013-04-08hw: move headers to include/Paolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
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