aboutsummaryrefslogtreecommitdiff
path: root/hw/block/fdc.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-02Revert "hw/block/fdc: Implement tray status"Max Reitz1-16/+7
2016-01-25fdc: change auto fallback drive for ISA FDC to 288John Snow1-1/+1
2016-01-25fdc: rework pick_geometryJohn Snow1-20/+52
2016-01-25fdc: add physical disk sizesJohn Snow1-8/+32
2016-01-25fdc: add drive type optionJohn Snow1-3/+23
2016-01-25fdc: Add fallback optionJohn Snow1-2/+23
2016-01-25fdc: add pick_driveJohn Snow1-10/+46
2016-01-25fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow1-1/+3
2016-01-25fdc: add disk fieldJohn Snow1-0/+3
2016-01-25fdc: add drive type qapi enumJohn Snow1-40/+40
2016-01-25fdc: reduce number of pick_geometry argumentsJohn Snow1-30/+20
2016-01-25fdc: move pick_geometryJohn Snow1-45/+45
2016-01-20block: Clean up includesPeter Maydell1-0/+1
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster1-5/+10
2015-10-23hw/block/fdc: Implement tray statusMax Reitz1-4/+16
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini1-1/+1
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela1-26/+16
2015-06-02fdc: Fix MSR.RQM flagKevin Wolf1-1/+12
2015-06-02fdc: Disentangle phases in fdctrl_read_data()Kevin Wolf1-10/+23
2015-06-02fdc: Code cleanup in fdctrl_write_data()Kevin Wolf1-24/+39
2015-06-02fdc: Use phase in fdctrl_write_data()Kevin Wolf1-28/+41
2015-06-02fdc: Introduce fdctrl->phaseKevin Wolf1-0/+89
2015-06-02fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()Kevin Wolf1-15/+16
2015-06-02fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()Kevin Wolf1-15/+15
2015-05-12fdc: force the fifo access to be in bounds of the allocated bufferPetr Matousek1-6/+11
2015-04-28fdc: remove sparc sun4m mutationsHervé Poussineau1-17/+0
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-40/+38
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-5/+11
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-3/+0
2014-10-15isa-fdc: remove bootindexA/B property from qdev to qomGonglei1-2/+13
2014-09-11fdc: adding vmstate for save/restorePavel Dovgalyuk1-0/+74
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-10/+6
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-1/+1
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-3/+3
2013-07-29fdc: Fix inheritence for SUNW,fdtwoAndreas Färber1-44/+44
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+3
2013-07-23fdc: Improve error propagation for QOM realizeAndreas Färber1-18/+22
2013-07-23fdc: Use QOM realize for fdcHu Tao1-22/+41
2013-07-23fdc: QOM'ify some moreHu Tao1-16/+25
2013-07-04hw/block: pass owner to memory_region_init* functionsPaolo Bonzini1-3/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-2/+2
2013-06-07isa: QOM'ify ISADeviceAndreas Färber1-7/+9
2013-06-07isa: Use realizefn for ISADeviceAndreas Färber1-10/+14
2013-04-29fdc: QOM'ify ISA floppy controllerAndreas Färber1-9/+12
2013-04-20qdev: Drop taddr propertiesPeter Maydell1-1/+0
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini1-0/+2284