summary refs log tree commit diff stats
path: root/hw/ide/macio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* macio: add missing registers to VMStateDescriptionMark Cave-Ayland2017-10-171-1/+3
* macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland2017-09-271-3/+6
* macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland2017-09-271-2/+8
* macio: convert pmac_ide_ops from old_mmioMark Cave-Ayland2017-09-271-106/+75
* ppc/ide/macio: Add missing registersBenjamin Herrenschmidt2017-09-271-3/+41
* macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland2016-10-271-185/+28
* macio: set res_count value to 0 after non-block ATAPI DMA transfersMark Cave-Ayland2016-08-081-0/+1
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* macio: Use blk_drain instead of blk_drain_allFam Zheng2016-06-271-1/+1
* macio: call dma_memory_unmap() at the end of each DMA transferMark Cave-Ayland2016-06-141-20/+26
* macio: use DMA memory interface for non-block ATAPI transfersMark Cave-Ayland2016-06-071-1/+2
* dma-helpers: change BlockBackend to opaque value in DMAIOFuncPaolo Bonzini2016-05-251-1/+1
* ide: Switch to byte-based aio block accessEric Blake2016-05-121-6/+3
* block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf2016-05-121-2/+2
* ide: really restart pending and in-flight atapi dmaPavel Butsykin2016-04-121-0/+2
* macio: add dma_active to VMStateDescriptionMark Cave-Ayland2016-01-301-1/+2
* macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland2016-01-301-8/+12
* ide: Clean up includesPeter Maydell2016-01-291-0/+1
* macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland2016-01-111-1/+1
* hw/ide: Remove superfluous return statementsThomas Huth2016-01-111-2/+0
* macio: Account for failed operationsAlberto Garcia2015-11-121-2/+10
* macio-ide: add to storage categoryLaurent Vivier2015-10-231-0/+1
* macio: re-add TRIM supportAurelien Jarno2015-07-311-0/+28
* ide: add limit to .prepare_buf()John Snow2015-07-041-1/+1
* macio: remove remainder_len DBDMA_io propertyMark Cave-Ayland2015-06-041-13/+0
* macio: update comment/constants to reflect the new codeMark Cave-Ayland2015-06-041-33/+13
* macio: switch pmac_dma_write() over to new offset/len implementationMark Cave-Ayland2015-06-041-63/+53
* macio: switch pmac_dma_read() over to new offset/len implementationMark Cave-Ayland2015-06-041-62/+40
* macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland2015-05-221-143/+125
* macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland2015-05-221-106/+147
* ide: replace set_unit callback with more IDEBus statePaolo Bonzini2015-03-101-1/+0
* ide: remove restart_cb callbackPaolo Bonzini2015-03-101-5/+0
* ide: Correct handling of malformed/short PRDTsJohn Snow2014-11-141-1/+6
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-24/+24
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-1/+1
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-8/+11
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-101-4/+4
* ide: fold add_status callback into set_inactivePaolo Bonzini2014-08-151-1/+0
* ide: simplify start_transfer callbacksPaolo Bonzini2014-08-151-6/+0
* ide: simplify set_inactive callbacksPaolo Bonzini2014-08-151-1/+0
* ide: simplify reset callbacksPaolo Bonzini2014-08-151-1/+0
* macio ide: Do remainder access asynchronouslyAlexander Graf2014-06-161-10/+40
* macio: handle non-block ATAPI DMA transfersMark Cave-Ayland2014-06-161-0/+21
* savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-141-2/+1
* ide: Pass size to ide_bus_new()Andreas Färber2013-08-301-1/+1
* PPC: dbdma: macio: Fix format specifiers (build regression)Stefan Weil2013-07-271-4/+5
* PPC: dbdma: Support more multi-issue DMA requestsAlexander Graf2013-07-111-2/+2
* PPC: dbdma: Support unaligned DMA accessAlexander Graf2013-07-111-7/+124
* PPC: dbdma: Wait for DMA until we have dataAlexander Graf2013-07-111-0/+19
* PPC: dbdma: macio: Add DMA callbackAlexander Graf2013-07-111-0/+40