summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2016-07-20block: Convert BB interface to byte-based discardsEric Blake1-2/+4
2016-07-18ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev1-0/+2
2016-07-18ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev1-6/+16
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf1-0/+1
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf1-0/+1
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster12-51/+51
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin1-2/+5
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-1117/+1
2016-06-29ide: move headers to include folderEfimov Vasily4-1117/+1
2016-06-27macio: Use blk_drain instead of blk_drain_allFam Zheng1-1/+1
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost1-3/+1
2016-06-14macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland1-20/+26
2016-06-07macio: use DMA memory interface for non-block ATAPI transfersMark Cave-Ayland1-1/+2
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini3-10/+12
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini2-5/+9
2016-05-12atapi: Switch to byte-based block accessEric Blake1-8/+11
2016-05-12ide: Switch to byte-based aio block accessEric Blake3-12/+9
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf1-2/+2
2016-04-12ide: really restart pending and in-flight atapi dmaPavel Butsykin4-22/+43
2016-04-12ide: restart atapi dma by re-evaluating command packetPavel Butsykin1-7/+6
2016-04-12ide: don't lose pending dma statePavel Butsykin3-8/+20
2016-04-12xen: Fix IDE unplugAnthony PERARD1-0/+1
2016-04-07xen: piix reuse pci generic class init functionMichael S. Tsirkin1-13/+1
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
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-02-10ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow1-19/+20
2016-02-10ahci: explicitly reject bad engine states on post_loadJohn Snow1-8/+13
2016-02-10ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow1-10/+18
2016-02-10ahci: Do not unmap NULL addressesJohn Snow1-0/+8
2016-02-10ide: fix device_reset to not ignore pending AIOJohn Snow1-10/+17
2016-02-10ide: Add silent DRQ cancellationJohn Snow1-3/+18
2016-02-10ide: replace blk_drain_all by blk_drainJohn Snow1-1/+1
2016-02-10ide: move buffered DMA cancel to coreJohn Snow3-35/+47
2016-02-10ide: code motionJohn Snow1-58/+58
2016-02-10ide: Prohibit RESET on IDE drivesJohn Snow1-3/+7
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake1-4/+4
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake1-2/+2
2016-01-30macio: add dma_active to VMStateDescriptionMark Cave-Ayland1-1/+2
2016-01-30macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland1-8/+12
2016-01-29ide: Clean up includesPeter Maydell13-0/+13
2016-01-25ide: Correct the CHS 'cyls_max' limit to be 65535Shmulik Ladkani1-1/+1
2016-01-13hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster1-1/+2
2016-01-11ide: ahci: reset ncq object to unused on errorPrasad J Pandit1-0/+1
2016-01-11macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland1-1/+1
2016-01-11hw/ide: Remove superfluous return statementsThomas Huth2-3/+0
2015-11-24atapi: Fix code indentationAlberto Garcia1-1/+1
2015-11-24atapi: Account for failed and invalid operations in cd_read_sector()Alberto Garcia1-2/+4
2015-11-17ide: enable buffered requests for PIO read requestsPeter Lieven1-2/+2
2015-11-17ide: enable buffered requests for ATAPI devicesPeter Lieven1-5/+5