summaryrefslogtreecommitdiff
path: root/hw/ide/macio.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-11PPC: dbdma: macio: Add DMA callbackAlexander Graf1-0/+40
2013-07-11PPC: Mac: Add debug prints in macio and dbdma codeAlexander Graf1-3/+40
2013-07-11PPC: Macio: Replace tabs with spacesAlexander Graf1-4/+4
2013-07-11PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf1-1/+1
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-1/+1
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini1-2/+2
2013-06-20dma: eliminate DMAContextPaolo Bonzini1-2/+2
2013-05-20ide/macio: fix wrong opaque with TRIM supportAurelien Jarno1-1/+1
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-01-25ide/macio: QOM'ify MacIO IDEAndreas Färber1-22/+56
2013-01-25ppc: Move Mac machines to hw/ppc/Andreas Färber1-3/+3
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1