summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev2016-07-191-0/+2
* ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev2016-07-191-6/+16
* block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf2016-07-131-0/+1
* block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf2016-07-131-0/+1
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-1212-51/+51
* pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-051-2/+5
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-294-1117/+1Star
|\
| * ide: move headers to include folderEfimov Vasily2016-06-294-1117/+1Star
* | macio: Use blk_drain instead of blk_drain_allFam Zheng2016-06-271-1/+1
|/
* error: Remove NULL checks on error_propagate() callsEduardo Habkost2016-06-201-3/+1Star
* macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland2016-06-141-20/+26
* macio: use DMA memory interface for non-block ATAPI transfersMark Cave-Ayland2016-06-071-1/+2
* dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini2016-05-253-10/+12
* dma-helpers: change interface to byte-basedPaolo Bonzini2016-05-252-5/+9
* atapi: Switch to byte-based block accessEric Blake2016-05-121-8/+11
* ide: Switch to byte-based aio block accessEric Blake2016-05-123-12/+9Star
* block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf2016-05-121-2/+2
* ide: really restart pending and in-flight atapi dmaPavel Butsykin2016-04-134-22/+43
* ide: restart atapi dma by re-evaluating command packetPavel Butsykin2016-04-121-7/+6Star
* ide: don't lose pending dma statePavel Butsykin2016-04-123-8/+20
* xen: Fix IDE unplugAnthony PERARD2016-04-121-0/+1
* xen: piix reuse pci generic class init functionMichael S. Tsirkin2016-04-071-13/+1Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* 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
* ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow2016-02-101-19/+20
* ahci: explicitly reject bad engine states on post_loadJohn Snow2016-02-101-8/+13
* ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow2016-02-101-10/+18
* ahci: Do not unmap NULL addressesJohn Snow2016-02-101-0/+8
* ide: fix device_reset to not ignore pending AIOJohn Snow2016-02-101-10/+17
* ide: Add silent DRQ cancellationJohn Snow2016-02-101-3/+18
* ide: replace blk_drain_all by blk_drainJohn Snow2016-02-101-1/+1
* ide: move buffered DMA cancel to coreJohn Snow2016-02-103-35/+47
* ide: code motionJohn Snow2016-02-101-58/+58
* ide: Prohibit RESET on IDE drivesJohn Snow2016-02-101-3/+7
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-4/+4
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-2/+2
* macio: add dma_active to VMStateDescriptionMark Cave-Ayland2016-01-301-1/+2
* macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland2016-01-301-8/+12
* ide: Clean up includesPeter Maydell2016-01-2913-0/+13
* ide: Correct the CHS 'cyls_max' limit to be 65535Shmulik Ladkani2016-01-251-1/+1
* hw: Inline the qdev_prop_set_drive_nofail() wrapperMarkus Armbruster2016-01-131-1/+2
* ide: ahci: reset ncq object to unused on errorPrasad J Pandit2016-01-111-0/+1
* macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland2016-01-111-1/+1
* hw/ide: Remove superfluous return statementsThomas Huth2016-01-112-3/+0Star
* atapi: Fix code indentationAlberto Garcia2015-11-241-1/+1
* atapi: Account for failed and invalid operations in cd_read_sector()Alberto Garcia2015-11-241-2/+4
* ide: enable buffered requests for PIO read requestsPeter Lieven2015-11-171-2/+2
* ide: enable buffered requests for ATAPI devicesPeter Lieven2015-11-171-5/+5
* ide: orphan all buffered requests on DMA cancelPeter Lieven2015-11-171-0/+19