summaryrefslogtreecommitdiffstats
path: root/hw/block/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* portio: keep references on portioMarc-André Lureau2016-09-081-1/+3
* fdc: Switch to byte-based block accessEric Blake2016-05-121-8/+17
* Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah2016-03-221-2/+2
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* fdc: add function to determine drive chs limitsRoman Kagan2016-03-111-0/+23
* fdc: always compile-check debug printsJohn Snow2016-02-101-7/+8
* fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau2016-02-031-17/+46
* sparc: disable floppy DMAHervé Poussineau2016-02-031-0/+2
* fdc: fix detection under LinuxJohn Snow2016-02-031-0/+16
* Revert "hw/block/fdc: Implement tray status"Max Reitz2016-02-021-16/+7Star
* fdc: change auto fallback drive for ISA FDC to 288John Snow2016-01-251-1/+1
* fdc: rework pick_geometryJohn Snow2016-01-251-20/+52
* fdc: add physical disk sizesJohn Snow2016-01-251-8/+32
* fdc: add drive type optionJohn Snow2016-01-251-3/+23
* fdc: Add fallback optionJohn Snow2016-01-251-2/+23
* fdc: add pick_driveJohn Snow2016-01-251-10/+46
* fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow2016-01-251-1/+3
* fdc: add disk fieldJohn Snow2016-01-251-0/+3
* fdc: add drive type qapi enumJohn Snow2016-01-251-40/+40
* fdc: reduce number of pick_geometry argumentsJohn Snow2016-01-251-30/+20Star
* fdc: move pick_geometryJohn Snow2016-01-251-45/+45
* block: Clean up includesPeter Maydell2016-01-201-0/+1
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2016-01-131-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/+16Star
* 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-131-6/+11
* fdc: remove sparc sun4m mutationsHervé Poussineau2015-04-281-17/+0Star
* 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/+38Star
* 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/+0Star
* 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/+6Star
* 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/+0Star
* 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