aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
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
2016-04-12ide: really restart pending and in-flight atapi dmaPavel Butsykin
2016-04-12ide: restart atapi dma by re-evaluating command packetPavel Butsykin
2016-04-12ide: don't lose pending dma statePavel Butsykin
2016-04-12xen: Fix IDE unplugAnthony PERARD
2016-04-07xen: piix reuse pci generic class init functionMichael S. Tsirkin
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-02-10ahci: prohibit "restarting" the FIS or CLB enginesJohn Snow
2016-02-10ahci: explicitly reject bad engine states on post_loadJohn Snow
2016-02-10ahci: handle LIST_ON and FIS_ON in map helpersJohn Snow
2016-02-10ahci: Do not unmap NULL addressesJohn Snow
2016-02-10ide: fix device_reset to not ignore pending AIOJohn Snow