aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/microdrive.c
AgeCommit message (Expand)Author
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost
2020-06-15qdev: Convert bus-less devices to qdev_realize() with CoccinelleMarkus Armbruster
2020-01-30add device_legacy_reset function to prepare for reset api changeDamien Hedde
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-09-18hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = falseThomas Huth
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