Re: [Qemu-devel] [PATCH 0/2] macio/dbdma: use DMA memory access helpers

2016-06-05 Thread David Gibson
On Sun, Jun 05, 2016 at 11:36:41PM +0100, Mark Cave-Ayland wrote: > This is just a small patchset to move the macio/dbdma interfaces over from > using cpu_physical_memory_read/write to dma_memory_read/write. > > Signed-off-by: Mark Cave-Ayland > > Mark Cave-Ayland (2): > macio: use DMA memory

[Qemu-devel] [PATCH 0/2] macio/dbdma: use DMA memory access helpers

2016-06-05 Thread Mark Cave-Ayland
This is just a small patchset to move the macio/dbdma interfaces over from using cpu_physical_memory_read/write to dma_memory_read/write. Signed-off-by: Mark Cave-Ayland Mark Cave-Ayland (2): macio: use DMA memory interface for non-block ATAPI transfers dbdma: use DMA memory interface for m