summaryrefslogtreecommitdiff
path: root/hw/ide/macio.c
AgeCommit message (Expand)Author
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
2013-07-04dma: keep a device alive while it has SGListsPaolo Bonzini
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-05-20ide/macio: fix wrong opaque with TRIM supportAurelien Jarno
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf
2013-04-08hw: move headers to include/Paolo Bonzini
2013-01-25ide/macio: QOM'ify MacIO IDEAndreas Färber
2013-01-25ppc: Move Mac machines to hw/ppc/Andreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-11-26hw/ide/macio: Fix segfault caused by NULL DMAContext*Peter Maydell
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-05cleanup useless return sentenceAmos Kong
2012-06-27iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson
2012-04-05Use DMADirection type for dma_bdrv_ioDavid Gibson