summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2017-09-22ide: ahci: unparent children buses before freeing their memoryIgor Mammedov1-0/+1
2017-09-22hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = falseThomas Huth1-0/+3
2017-08-10IDE: Do not flush empty CDROM drivesStefan Hajnoczi1-1/+9
2017-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell3-2/+369
2017-07-18ahci: split public and private interfaceJohn Snow3-2/+361
2017-07-18ahci: add ahci_get_num_portsJohn Snow1-0/+8
2017-07-18ide: bdrv_attach_dev() for empty CD-ROMKevin Wolf1-0/+3
2017-07-03pci: Replace pci_add_capability2() with pci_add_capability()Mao Zhongyi1-1/+1
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
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