Re: [Qemu-devel] [RFC v4 0/5] ARM SMMUv3 Emulation Support

2017-05-31 Thread Auger Eric
Hi Peter, On 30/05/2017 18:09, Peter Maydell wrote: > On 13 May 2017 at 18:43, Eric Auger wrote: >> This series introduces the emulation code for ARM SMMUv3. >> This is the continuation of Prem's work [1]. >> >> This v4 is yet another visibility step as many restrictions apply >> to the model at

Re: [Qemu-devel] [RFC v4 0/5] ARM SMMUv3 Emulation Support

2017-05-30 Thread Peter Maydell
On 13 May 2017 at 18:43, Eric Auger wrote: > This series introduces the emulation code for ARM SMMUv3. > This is the continuation of Prem's work [1]. > > This v4 is yet another visibility step as many restrictions apply > to the model at the moment: I had a quick scan through to see if anything l

[Qemu-devel] [RFC v4 0/5] ARM SMMUv3 Emulation Support

2017-05-13 Thread Eric Auger
This series introduces the emulation code for ARM SMMUv3. This is the continuation of Prem's work [1]. This v4 is yet another visibility step as many restrictions apply to the model at the moment: - only VMSAv8-64 is supported (no VMSAv8-32) - only stage 1 has been tested (Block PTE still needs to