Re: [Qemu-devel] [PATCH 01/14] Define DMA address and direction types

2011-11-01 Thread Anthony Liguori
On 10/31/2011 01:06 AM, David Gibson wrote: As a preliminary to adding more extensive DMA and IOMMU infrastructure support into qemu, this patch defines a dma_addr_t for storing DMA bus addresses and a DMADirection enum which describes whether a DMA is from an external device to main memory or

[Qemu-devel] [PATCH 01/14] Define DMA address and direction types

2011-10-31 Thread David Gibson
As a preliminary to adding more extensive DMA and IOMMU infrastructure support into qemu, this patch defines a dma_addr_t for storing DMA bus addresses and a DMADirection enum which describes whether a DMA is from an external device to main memory or from main memory to an external device. For