aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2017-08-10IDE: Do not flush empty CDROM drivesStefan Hajnoczi
2017-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2017-07-18ahci: split public and private interfaceJohn Snow
2017-07-18ahci: add ahci_get_num_portsJohn Snow
2017-07-18ide: bdrv_attach_dev() for empty CD-ROMKevin Wolf
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi
2017-06-28vmstate: error hint for failed equal checksHalil Pasic
2017-03-15ide: ahci: call cleanup function in ahci unitLi Qiang
2017-03-15ide: core: add cleanup functionLi Qiang
2017-03-15ide: qdev: register ide bus unrealize functionLi Qiang
2017-02-28hw/block: Request permissionsKevin Wolf
2017-02-28block: Allow error return in BlockDevOps.change_media_cb()Kevin Wolf
2017-02-28block: Add permissions to blk_new()Kevin Wolf
2017-02-21hw: Drop superfluous special checks for orphaned -driveMarkus Armbruster
2017-02-10ahci: advertise HOST_CAP_64Ladi Prosek
2017-01-27xen-platform: add missing disk unplug optionPaul Durrant
2016-11-14atapi: classify read_cd as conditionally returning dataJohn Snow
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland
2016-10-27dma-helpers: explicitly pass alignment into DMA helpersMark Cave-Ayland
2016-10-04Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya
2016-09-29ahci: clear aiocb in ncq_cbJohn Snow
2016-09-29ide: fix DMA register transitionsJohn Snow
2016-09-29block-backend: remove blk_flush_allJohn Snow
2016-09-08portio: keep references on portioMarc-André Lureau
2016-09-05ide: ide-cd without drive property for empty driveKevin Wolf
2016-08-09atapi: fix halted DMA resetJohn Snow
2016-08-08Merge remote-tracking branch 'remotes/elmarco/tags/leaks-for-2.7-pull-request...Peter Maydell
2016-08-08macio: set res_count value to 0 after non-block ATAPI DMA transfersMark Cave-Ayland
2016-08-08ahci: fix sglist leak on retryMarc-André Lureau
2016-08-08ahci: free irqs arrayMarc-André Lureau
2016-07-28ide: fix halted IO segfault at resetJohn Snow
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-18ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev
2016-07-18ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-05pci: Convert msi_init() to Error and fix callers to check itCao jin
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-06-29ide: move headers to include folderEfimov Vasily
2016-06-27macio: Use blk_drain instead of blk_drain_allFam Zheng
2016-06-20error: Remove NULL checks on error_propagate() callsEduardo Habkost
2016-06-14macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland
2016-06-07macio: use DMA memory interface for non-block ATAPI transfersMark Cave-Ayland
2016-05-25dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini
2016-05-25dma-helpers: change interface to byte-basedPaolo Bonzini
2016-05-12atapi: Switch to byte-based block accessEric Blake
2016-05-12ide: Switch to byte-based aio block accessEric Blake
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf