summaryrefslogtreecommitdiffstats
path: root/hw/ide/macio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PPC: Mac: Add debug prints in macio and dbdma codeAlexander Graf2013-07-111-3/+40
* PPC: Macio: Replace tabs with spacesAlexander Graf2013-07-111-4/+4
* PPC: g3beige: Move secondary IDE bus to mac-ioAlexander Graf2013-07-111-1/+1
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-1/+1
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-1/+1
* dma: keep a device alive while it has SGListsPaolo Bonzini2013-07-041-2/+2
* dma: eliminate DMAContextPaolo Bonzini2013-06-201-2/+2
* ide/macio: fix wrong opaque with TRIM supportAurelien Jarno2013-05-201-1/+1
* ahci: Don't allow creating slave drivesKevin Wolf2013-05-081-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-1/+1
* ide/macio: QOM'ify MacIO IDEAndreas Färber2013-01-251-22/+56
* ppc: Move Mac machines to hw/ppc/Andreas Färber2013-01-251-3/+3
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* hw/ide/macio: Fix segfault caused by NULL DMAContext*Peter Maydell2012-11-261-2/+4
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-6/+6
* cleanup useless return sentenceAmos Kong2012-10-051-1/+0
* iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson2012-06-271-2/+2
* Use DMADirection type for dma_bdrv_ioDavid Gibson2012-04-051-1/+2
* Add missing const attributes for MemoryRegionOpsStefan Weil2012-03-111-1/+1
OpenPOWER on IntegriCloud