summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2017-03-15ide: ahci: call cleanup function in ahci unitLi Qiang1-0/+12
2017-03-15ide: core: add cleanup functionLi Qiang1-0/+8
2017-03-15ide: qdev: register ide bus unrealize functionLi Qiang1-6/+6
2017-02-28hw/block: Request permissionsKevin Wolf1-2/+6
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
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster1-17/+0
2017-02-10ahci: advertise HOST_CAP_64Ladi Prosek1-1/+1
2017-01-27xen-platform: add missing disk unplug optionPaul Durrant1-2/+2
2016-11-14atapi: classify read_cd as conditionally returning dataJohn Snow1-11/+40
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland1-185/+28
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland2-3/+5
2016-10-04Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+4
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya2-1/+12
2016-09-29ahci: clear aiocb in ncq_cbJohn Snow1-0/+1
2016-09-29ide: fix DMA register transitionsJohn Snow1-1/+1
2016-09-29block-backend: remove blk_flush_allJohn Snow1-0/+4
2016-09-08portio: keep references on portioMarc-André Lureau1-2/+4
2016-09-05ide: ide-cd without drive property for empty driveKevin Wolf1-5/+15
2016-08-09atapi: fix halted DMA resetJohn Snow1-0/+1
2016-08-08Merge remote-tracking branch 'remotes/elmarco/tags/leaks-for-2.7-pull-request...Peter Maydell2-2/+3
2016-08-08macio: set res_count value to 0 after non-block ATAPI DMA transfersMark Cave-Ayland1-0/+1
2016-08-08ahci: fix sglist leak on retryMarc-André Lureau2-2/+2
2016-08-08ahci: free irqs arrayMarc-André Lureau1-0/+1
2016-07-28ide: fix halted IO segfault at resetJohn Snow1-0/+1
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