summaryrefslogtreecommitdiff
path: root/hw/ide/microdrive.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth1-1/+0
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis1-2/+2
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-09-18hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = falseThomas Huth1-0/+3
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-4/+4
2016-01-29ide: Clean up includesPeter Maydell1-0/+1
2014-10-24hmp: Remove "info pcmcia"Markus Armbruster1-1/+0
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-2/+2
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster1-1/+1
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-1/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
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