Re: [Qemu-devel] [PATCH 16/27] iommu: Add IOMMU index argument to translate method

2018-05-23 Thread Alex Bennée
Peter Maydell writes: > Add an IOMMU index argument to the translate method of > IOMMUs. Since all of our current IOMMU implementations > support only a single IOMMU index, this has no effect > on the behaviour. > > Signed-off-by: Peter Maydell Modulo comment about signed indexes in previous c

Re: [Qemu-devel] [PATCH 16/27] iommu: Add IOMMU index argument to translate method

2018-05-22 Thread Richard Henderson
On 05/21/2018 07:03 AM, Peter Maydell wrote: > Add an IOMMU index argument to the translate method of > IOMMUs. Since all of our current IOMMU implementations > support only a single IOMMU index, this has no effect > on the behaviour. > > Signed-off-by: Peter Maydell > --- Reviewed-by: Richard H

[Qemu-devel] [PATCH 16/27] iommu: Add IOMMU index argument to translate method

2018-05-21 Thread Peter Maydell
Add an IOMMU index argument to the translate method of IOMMUs. Since all of our current IOMMU implementations support only a single IOMMU index, this has no effect on the behaviour. Signed-off-by: Peter Maydell --- include/exec/memory.h| 3 ++- exec.c | 11 +-- hw/