Re: [Qemu-devel] [PATCH v12 00/17] ARM SMMUv3 Emulation Support

2018-05-04 Thread Auger Eric
Hi Peter, On 05/04/2018 06:51 PM, Peter Maydell wrote: > On 25 April 2018 at 15:15, Eric Auger wrote: >> This series implements the emulation code for ARM SMMUv3. >> >> SMMUv3 gets instantiated by adding ",iommu=smmuv3" to the virt >> machine option. >> >> Only stage 1 and

Re: [Qemu-devel] [PATCH v12 00/17] ARM SMMUv3 Emulation Support

2018-05-04 Thread Peter Maydell
On 25 April 2018 at 15:15, Eric Auger wrote: > This series implements the emulation code for ARM SMMUv3. > > SMMUv3 gets instantiated by adding ",iommu=smmuv3" to the virt > machine option. > > Only stage 1 and AArch64 PTW are supported. [1 - 14] bring the core > emulation

[Qemu-devel] [PATCH v12 00/17] ARM SMMUv3 Emulation Support

2018-04-25 Thread Eric Auger
This series implements the emulation code for ARM SMMUv3. SMMUv3 gets instantiated by adding ",iommu=smmuv3" to the virt machine option. Only stage 1 and AArch64 PTW are supported. [1 - 14] bring the core emulation code. [15, 16] bring optimizations and 17 brings the vhost integration.