summaryrefslogtreecommitdiff
path: root/hw/ide/macio.c
AgeCommit message (Expand)Author
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland
2016-08-08macio: set res_count value to 0 after non-block ATAPI DMA transfersMark Cave-Ayland
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-06-27macio: Use blk_drain instead of blk_drain_allFam Zheng
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-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-01-30macio: add dma_active to VMStateDescriptionMark Cave-Ayland
2016-01-30macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland
2016-01-29ide: Clean up includesPeter Maydell
2016-01-11macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland
2016-01-11hw/ide: Remove superfluous return statementsThomas Huth
2015-11-12macio: Account for failed operationsAlberto Garcia
2015-10-23macio-ide: add to storage categoryLaurent Vivier
2015-07-31macio: re-add TRIM supportAurelien Jarno
2015-07-04ide: add limit to .prepare_buf()John Snow
2015-06-04macio: remove remainder_len DBDMA_io propertyMark Cave-Ayland
2015-06-04macio: update comment/constants to reflect the new codeMark Cave-Ayland
2015-06-04macio: switch pmac_dma_write() over to new offset/len implementationMark Cave-Ayland
2015-06-04macio: switch pmac_dma_read() over to new offset/len implementationMark Cave-Ayland
2015-05-22macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland
2015-05-22macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland
2015-03-10ide: replace set_unit callback with more IDEBus statePaolo Bonzini
2015-03-10ide: remove restart_cb callbackPaolo Bonzini
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini
2014-08-15ide: simplify reset callbacksPaolo Bonzini
2014-06-16macio ide: Do remainder access asynchronouslyAlexander Graf
2014-06-16macio: handle non-block ATAPI DMA transfersMark Cave-Ayland
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber
2013-07-27PPC: dbdma: macio: Fix format specifiers (build regression)Stefan Weil
2013-07-11PPC: dbdma: Support more multi-issue DMA requestsAlexander Graf
2013-07-11PPC: dbdma: Support unaligned DMA accessAlexander Graf
2013-07-11PPC: dbdma: Wait for DMA until we have dataAlexander Graf
2013-07-11PPC: dbdma: macio: Add DMA callbackAlexander Graf
2013-07-11PPC: Mac: Add debug prints in macio and dbdma codeAlexander Graf
2013-07-11PPC: Macio: Replace tabs with spacesAlexander Graf
2013-07-11PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini