Re: [Qemu-devel] [PATCH qemu v8 2/2] memory/iommu: introduce IOMMUMemoryRegionClass

2017-07-04 Thread David Gibson
On Wed, Jun 28, 2017 at 02:19:57PM +1000, Alexey Kardashevskiy wrote: > On 21/06/17 17:26, David Gibson wrote: > > On Wed, Jun 21, 2017 at 12:05:08PM +1000, Alexey Kardashevskiy wrote: > >> On 14/06/17 16:36, Alexey Kardashevskiy wrote: > >>> This finishes QOM'fication of IOMMUMemoryRegion by intro

Re: [Qemu-devel] [PATCH qemu v8 2/2] memory/iommu: introduce IOMMUMemoryRegionClass

2017-06-27 Thread Alexey Kardashevskiy
On 21/06/17 17:26, David Gibson wrote: > On Wed, Jun 21, 2017 at 12:05:08PM +1000, Alexey Kardashevskiy wrote: >> On 14/06/17 16:36, Alexey Kardashevskiy wrote: >>> This finishes QOM'fication of IOMMUMemoryRegion by introducing >>> a IOMMUMemoryRegionClass. This also provides a fastpath analog for

Re: [Qemu-devel] [PATCH qemu v8 2/2] memory/iommu: introduce IOMMUMemoryRegionClass

2017-06-21 Thread David Gibson
On Wed, Jun 21, 2017 at 12:05:08PM +1000, Alexey Kardashevskiy wrote: > On 14/06/17 16:36, Alexey Kardashevskiy wrote: > > This finishes QOM'fication of IOMMUMemoryRegion by introducing > > a IOMMUMemoryRegionClass. This also provides a fastpath analog for > > IOMMU_MEMORY_REGION_GET_CLASS(). > >

Re: [Qemu-devel] [PATCH qemu v8 2/2] memory/iommu: introduce IOMMUMemoryRegionClass

2017-06-20 Thread Alexey Kardashevskiy
On 14/06/17 16:36, Alexey Kardashevskiy wrote: > This finishes QOM'fication of IOMMUMemoryRegion by introducing > a IOMMUMemoryRegionClass. This also provides a fastpath analog for > IOMMU_MEMORY_REGION_GET_CLASS(). Ping? > > Signed-off-by: Alexey Kardashevskiy > --- > hw/i386/amd_iommu.h

[Qemu-devel] [PATCH qemu v8 2/2] memory/iommu: introduce IOMMUMemoryRegionClass

2017-06-13 Thread Alexey Kardashevskiy
This finishes QOM'fication of IOMMUMemoryRegion by introducing a IOMMUMemoryRegionClass. This also provides a fastpath analog for IOMMU_MEMORY_REGION_GET_CLASS(). Signed-off-by: Alexey Kardashevskiy --- hw/i386/amd_iommu.h | 3 --- include/exec/memory.h | 45 ++