aboutsummaryrefslogtreecommitdiff
path: root/hw/block/fdc.c
AgeCommit message (Expand)Author
2016-10-27fdc: Move qdev properties to FloppyDriveKevin Wolf
2016-10-27fdc: Add a floppy drive qdevKevin Wolf
2016-10-27fdc: Add a floppy qbusKevin Wolf
2016-09-08portio: keep references on portioMarc-André Lureau
2016-05-12fdc: Switch to byte-based block accessEric Blake
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-11fdc: add function to determine drive chs limitsRoman Kagan
2016-02-10fdc: always compile-check debug printsJohn Snow
2016-02-03fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau
2016-02-03sparc: disable floppy DMAHervé Poussineau
2016-02-03fdc: fix detection under LinuxJohn Snow
2016-02-02Revert "hw/block/fdc: Implement tray status"Max Reitz
2016-01-25fdc: change auto fallback drive for ISA FDC to 288John Snow
2016-01-25fdc: rework pick_geometryJohn Snow
2016-01-25fdc: add physical disk sizesJohn Snow
2016-01-25fdc: add drive type optionJohn Snow
2016-01-25fdc: Add fallback optionJohn Snow
2016-01-25fdc: add pick_driveJohn Snow
2016-01-25fdc: Throw an assertion on misconfigured fd_formats tableJohn Snow
2016-01-25fdc: add disk fieldJohn Snow
2016-01-25fdc: add drive type qapi enumJohn Snow
2016-01-25fdc: reduce number of pick_geometry argumentsJohn Snow
2016-01-25fdc: move pick_geometryJohn Snow
2016-01-20block: Clean up includesPeter Maydell
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster
2015-10-23hw/block/fdc: Implement tray statusMax Reitz
2015-09-09i8257: rewrite DMA_schedule to avoid hooking into the CPU loopPaolo Bonzini
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