Re: [Qemu-devel] [PATCH v2 0/9] SMMUv3 Emulation support

2017-03-27 Thread Edgar E. Iglesias
On Mon, Mar 27, 2017 at 02:18:56PM +0200, Auger Eric wrote: > Hi Edgar, > > removing Prem's address which is not valid anymore > > On 27/03/2017 13:44, Edgar E. Iglesias wrote: > > On Wed, Mar 08, 2017 at 06:46:13PM +0100, Auger Eric wrote: > >> Hi, > >> On 22/08/2016 18:17, Prem Mallappa wrote:

Re: [Qemu-devel] [PATCH v2 0/9] SMMUv3 Emulation support

2017-03-27 Thread Auger Eric
Hi Edgar, removing Prem's address which is not valid anymore On 27/03/2017 13:44, Edgar E. Iglesias wrote: > On Wed, Mar 08, 2017 at 06:46:13PM +0100, Auger Eric wrote: >> Hi, >> On 22/08/2016 18:17, Prem Mallappa wrote: >>> v1 -> v2: >>> - Adopted review comments from Eric Auger >>>

Re: [Qemu-devel] [PATCH v2 0/9] SMMUv3 Emulation support

2017-03-27 Thread Edgar E. Iglesias
On Wed, Mar 08, 2017 at 06:46:13PM +0100, Auger Eric wrote: > Hi, > On 22/08/2016 18:17, Prem Mallappa wrote: > > v1 -> v2: > > - Adopted review comments from Eric Auger > > - Make SMMU_DPRINTF to internally call qemu_log > > (since translation requests are too many,

Re: [Qemu-devel] [PATCH v2 0/9] SMMUv3 Emulation support

2017-03-08 Thread Auger Eric
Hi, On 22/08/2016 18:17, Prem Mallappa wrote: > v1 -> v2: > - Adopted review comments from Eric Auger > - Make SMMU_DPRINTF to internally call qemu_log > (since translation requests are too many, we need control >on the type of log we want)

Re: [Qemu-devel] [PATCH v2 0/9] SMMUv3 Emulation support

2016-08-31 Thread Prem Mallappa
Oops, my mistake, copy-paste from different part. I'll correct it in next spin. Eric, you are most welcome to review though :) On Thu, Sep 1, 2016 at 3:14 AM, Auger Eric wrote: > Hi Prem, > On 22/08/2016 18:17, Prem Mallappa wrote: > > v1 -> v2: > > - Adopted review comments from Eric A

Re: [Qemu-devel] [PATCH v2 0/9] SMMUv3 Emulation support

2016-08-31 Thread Auger Eric
Hi Prem, On 22/08/2016 18:17, Prem Mallappa wrote: > v1 -> v2: > - Adopted review comments from Eric Auger Although I am really interested in your series, those comments are not mine and credit should be given to somebody else (Edgar?) I will do my utmost to review it too ;-) Thanks Eric >

[Qemu-devel] [PATCH v2 0/9] SMMUv3 Emulation support

2016-08-22 Thread Prem Mallappa
v1 -> v2: - Adopted review comments from Eric Auger - Make SMMU_DPRINTF to internally call qemu_log (since translation requests are too many, we need control on the type of log we want) - SMMUTransCfg modified to suite