summaryrefslogtreecommitdiff
path: root/hw/block/fdc.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2017-06-20qdev: Rename DEFINE_PROP_DEFAULT() to DEFINE_PROP_SIGNED()Marc-André Lureau1-9/+9
2017-04-24fdc: Make errp the last parameter of fdctrl_connect_drivesFam Zheng1-3/+3
2017-02-28hw/block: Request permissionsKevin Wolf1-2/+23
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf1-1/+1
2017-02-28block: Add permissions to blk_new()Kevin Wolf1-1/+2
2016-10-27fdc: Move qdev properties to FloppyDriveKevin Wolf1-32/+88
2016-10-27fdc: Add a floppy drive qdevKevin Wolf1-31/+120
2016-10-27fdc: Add a floppy qbusKevin Wolf1-5/+35
2016-09-08portio: keep references on portioMarc-André Lureau1-1/+3
2016-05-12fdc: Switch to byte-based block accessEric Blake1-8/+17
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-11fdc: add function to determine drive chs limitsRoman Kagan1-0/+23
2016-02-10fdc: always compile-check debug printsJohn Snow1-7/+8
2016-02-03fdc: use IsaDma interface instead of global DMA_* functionsHervé Poussineau1-17/+46
2016-02-03sparc: disable floppy DMAHervé Poussineau1-0/+2
2016-02-03fdc: fix detection under LinuxJohn Snow1-0/+16
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