summaryrefslogtreecommitdiffstats
path: root/hw/block/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* fdc: always compile-check debug printsJohn Snow2019-11-291-7/+8
* fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2019-11-291-17/+46
* sparc: disable floppy DMAHervé Poussineau2019-11-291-0/+2
* fdc: fix detection under LinuxJohn Snow2019-11-291-0/+16
* Revert "hw/block/fdc: Implement tray status"Max Reitz2019-11-291-16/+7
* fdc: change auto fallback drive for ISA FDC to 288John Snow2019-11-291-1/+1
* fdc: rework pick_geometryJohn Snow2019-11-291-20/+52
* fdc: add physical disk sizesJohn Snow2019-11-291-8/+32
* fdc: add drive type optionJohn Snow2019-11-291-3/+23
* fdc: Add fallback optionJohn Snow2019-11-291-2/+23
* fdc: add pick_driveJohn Snow2019-11-291-10/+46
* fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow2019-11-291-1/+3
* fdc: add disk fieldJohn Snow2019-11-291-0/+3
* fdc: add drive type qapi enumJohn Snow2019-11-291-40/+40
* fdc: reduce number of pick_geometry argumentsJohn Snow2019-11-291-30/+20
* fdc: move pick_geometryJohn Snow2019-11-291-45/+45
* block: Clean up includesPeter Maydell2019-11-291-0/+1
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2019-11-291-5/+10
* hw/block/fdc: Implement tray statusMax Reitz2015-10-231-4/+16
* i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini2015-09-091-1/+1
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-26/+16
* fdc: Fix MSR.RQM flagKevin Wolf2015-06-021-1/+12
* fdc: Disentangle phases in fdctrl_read_data()Kevin Wolf2015-06-021-10/+23
* fdc: Code cleanup in fdctrl_write_data()Kevin Wolf2015-06-021-24/+39
* fdc: Use phase in fdctrl_write_data()Kevin Wolf2015-06-021-28/+41
* fdc: Introduce fdctrl->phaseKevin Wolf2015-06-021-0/+89
* fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()Kevin Wolf2015-06-021-15/+16
* fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()Kevin Wolf2015-06-021-15/+15
* fdc: force the fifo access to be in bounds of the allocated bufferPetr Matousek2015-05-121-6/+11
* fdc: remove sparc sun4m mutationsHervé Poussineau2015-04-281-17/+0
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-40/+38
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-5/+11
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-3/+0
* isa-fdc: remove bootindexA/B property from qdev to qomGonglei2014-10-151-2/+13
* fdc: adding vmstate for save/restorePavel Dovgalyuk2014-09-111-0/+74
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-10/+6
* qdev: Remove hex8/32/64 property typesPaolo Bonzini2014-02-141-1/+1
* isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* aio / timers: Switch entire codebase to the new timer APIAlex Bligh2013-08-221-3/+3
* fdc: Fix inheritence for SUNW,fdtwoAndreas Färber2013-07-291-44/+44
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+3
* fdc: Improve error propagation for QOM realizeAndreas Färber2013-07-231-18/+22
* fdc: Use QOM realize for fdcHu Tao2013-07-231-22/+41
* fdc: QOM'ify some moreHu Tao2013-07-231-16/+25
* hw/block: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-3/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-2/+2
* isa: QOM'ify ISADeviceAndreas Färber2013-06-071-7/+9
* isa: Use realizefn for ISADeviceAndreas Färber2013-06-071-10/+14
OpenPOWER on IntegriCloud