summaryrefslogtreecommitdiffstats
path: root/hw/block/fdc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fdc: QOM'ify ISA floppy controllerAndreas Färber2013-04-291-9/+12
* qdev: Drop taddr propertiesPeter Maydell2013-04-201-1/+0
* hw: move target-independent files to subdirectoriesPaolo Bonzini2013-04-081-0/+2284
OpenPOWER on IntegriCloud