summaryrefslogtreecommitdiff
path: root/hw/block/fdc.c
AgeCommit message (Expand)Author
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-02fdc: Fix MSR.RQM flagKevin Wolf
2015-06-02fdc: Disentangle phases in fdctrl_read_data()Kevin Wolf
2015-06-02fdc: Code cleanup in fdctrl_write_data()Kevin Wolf
2015-06-02fdc: Use phase in fdctrl_write_data()Kevin Wolf
2015-06-02fdc: Introduce fdctrl->phaseKevin Wolf
2015-06-02fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()Kevin Wolf
2015-06-02fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()Kevin Wolf
2015-05-12fdc: force the fifo access to be in bounds of the allocated bufferPetr Matousek
2015-04-28fdc: remove sparc sun4m mutationsHervé Poussineau
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15isa-fdc: remove bootindexA/B property from qdev to qomGonglei
2014-09-11fdc: adding vmstate for save/restorePavel Dovgalyuk
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh
2013-07-29fdc: Fix inheritence for SUNW,fdtwoAndreas Färber
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-23fdc: Improve error propagation for QOM realizeAndreas Färber
2013-07-23fdc: Use QOM realize for fdcHu Tao
2013-07-23fdc: QOM'ify some moreHu Tao
2013-07-04hw/block: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-06-07isa: QOM'ify ISADeviceAndreas Färber
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber
2013-04-29fdc: QOM'ify ISA floppy controllerAndreas Färber
2013-04-20qdev: Drop taddr propertiesPeter Maydell
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini