summaryrefslogtreecommitdiff
path: root/hw/ide/macio.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-27macio: fix NULL pointer dereference when issuing IDE trimMark Cave-Ayland1-1/+1
2017-10-17macio: add missing registers to VMStateDescriptionMark Cave-Ayland1-1/+3
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland1-3/+6
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland1-2/+8
2017-09-27macio: convert pmac_ide_ops from old_mmioMark Cave-Ayland1-106/+75
2017-09-27ppc/ide/macio: Add missing registersBenjamin Herrenschmidt1-3/+41
2016-10-27macio: switch over to new byte-aligned DMA helpersMark Cave-Ayland1-185/+28
2016-08-08macio: set res_count value to 0 after non-block ATAPI DMA transfersMark Cave-Ayland1-0/+1
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-06-27macio: Use blk_drain instead of blk_drain_allFam Zheng1-1/+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 Bonzini1-1/+1
2016-05-12ide: Switch to byte-based aio block accessEric Blake1-6/+3
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf1-2/+2
2016-04-12ide: really restart pending and in-flight atapi dmaPavel Butsykin1-0/+2
2016-01-30macio: add dma_active to VMStateDescriptionMark Cave-Ayland1-1/+2
2016-01-30macio: use the existing IDEDMA aiocb to hold the active DMA aiocbMark Cave-Ayland1-8/+12
2016-01-29ide: Clean up includesPeter Maydell1-0/+1
2016-01-11macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland1-1/+1
2016-01-11hw/ide: Remove superfluous return statementsThomas Huth1-2/+0
2015-11-12macio: Account for failed operationsAlberto Garcia1-2/+10
2015-10-23macio-ide: add to storage categoryLaurent Vivier1-0/+1
2015-07-31macio: re-add TRIM supportAurelien Jarno1-0/+28
2015-07-04ide: add limit to .prepare_buf()John Snow1-1/+1
2015-06-04macio: remove remainder_len DBDMA_io propertyMark Cave-Ayland1-13/+0
2015-06-04macio: update comment/constants to reflect the new codeMark Cave-Ayland1-33/+13
2015-06-04macio: switch pmac_dma_write() over to new offset/len implementationMark Cave-Ayland1-63/+53
2015-06-04macio: switch pmac_dma_read() over to new offset/len implementationMark Cave-Ayland1-62/+40
2015-05-22macio: move unaligned DMA write code into separate pmac_dma_write() functionMark Cave-Ayland1-143/+125
2015-05-22macio: move unaligned DMA read code into separate pmac_dma_read() functionMark Cave-Ayland1-106/+147
2015-03-10ide: replace set_unit callback with more IDEBus statePaolo Bonzini1-1/+0
2015-03-10ide: remove restart_cb callbackPaolo Bonzini1-5/+0
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow1-1/+6
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-24/+24
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-1/+1
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet1-8/+11
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet1-4/+4
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini1-1/+0
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini1-6/+0
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini1-1/+0
2014-08-15ide: simplify reset callbacksPaolo Bonzini1-1/+0
2014-06-16macio ide: Do remainder access asynchronouslyAlexander Graf1-10/+40
2014-06-16macio: handle non-block ATAPI DMA transfersMark Cave-Ayland1-0/+21
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber1-1/+1
2013-07-27PPC: dbdma: macio: Fix format specifiers (build regression)Stefan Weil1-4/+5
2013-07-11PPC: dbdma: Support more multi-issue DMA requestsAlexander Graf1-2/+2
2013-07-11PPC: dbdma: Support unaligned DMA accessAlexander Graf1-7/+124
2013-07-11PPC: dbdma: Wait for DMA until we have dataAlexander Graf1-0/+19