Re: [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore

2017-05-04 Thread Auger Eric
Hi, On 04/05/2017 10:23, Christoffer Dall wrote: > On Thu, May 04, 2017 at 09:40:35AM +0200, Auger Eric wrote: >> Hi Christoffer, >> >> On 04/05/2017 09:31, Christoffer Dall wrote: >>> On Wed, May 03, 2017 at 11:55:34PM +0200, Auger Eric wrote: Hi Christoffer, On 03/05/2017 18:37, Ch

Re: [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore

2017-05-04 Thread Christoffer Dall
On Thu, May 04, 2017 at 09:40:35AM +0200, Auger Eric wrote: > Hi Christoffer, > > On 04/05/2017 09:31, Christoffer Dall wrote: > > On Wed, May 03, 2017 at 11:55:34PM +0200, Auger Eric wrote: > >> Hi Christoffer, > >> > >> On 03/05/2017 18:37, Christoffer Dall wrote: > >>> On Wed, May 03, 2017 at 0

Re: [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore

2017-05-04 Thread Auger Eric
Hi Christoffer, On 04/05/2017 09:31, Christoffer Dall wrote: > On Wed, May 03, 2017 at 11:55:34PM +0200, Auger Eric wrote: >> Hi Christoffer, >> >> On 03/05/2017 18:37, Christoffer Dall wrote: >>> On Wed, May 03, 2017 at 06:08:58PM +0200, Auger Eric wrote: Hi Christoffer, On 30/04/2

Re: [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore

2017-05-04 Thread Christoffer Dall
On Wed, May 03, 2017 at 11:55:34PM +0200, Auger Eric wrote: > Hi Christoffer, > > On 03/05/2017 18:37, Christoffer Dall wrote: > > On Wed, May 03, 2017 at 06:08:58PM +0200, Auger Eric wrote: > >> Hi Christoffer, > >> > >> On 30/04/2017 22:14, Christoffer Dall wrote: > >>> On Fri, Apr 14, 2017 at 1

Re: [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore

2017-05-03 Thread Auger Eric
Hi Christoffer, On 03/05/2017 18:37, Christoffer Dall wrote: > On Wed, May 03, 2017 at 06:08:58PM +0200, Auger Eric wrote: >> Hi Christoffer, >> >> On 30/04/2017 22:14, Christoffer Dall wrote: >>> On Fri, Apr 14, 2017 at 12:15:31PM +0200, Eric Auger wrote: Introduce routines to save and resto

Re: [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore

2017-05-03 Thread Christoffer Dall
On Wed, May 03, 2017 at 06:08:58PM +0200, Auger Eric wrote: > Hi Christoffer, > > On 30/04/2017 22:14, Christoffer Dall wrote: > > On Fri, Apr 14, 2017 at 12:15:31PM +0200, Eric Auger wrote: > >> Introduce routines to save and restore device ITT and their > >> interrupt table entries (ITE). > >> >

Re: [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore

2017-05-03 Thread Auger Eric
Hi Christoffer, On 30/04/2017 22:14, Christoffer Dall wrote: > On Fri, Apr 14, 2017 at 12:15:31PM +0200, Eric Auger wrote: >> Introduce routines to save and restore device ITT and their >> interrupt table entries (ITE). >> >> The routines will be called on device table save and >> restore. They wi

Re: [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore

2017-04-30 Thread Christoffer Dall
On Fri, Apr 14, 2017 at 12:15:31PM +0200, Eric Auger wrote: > Introduce routines to save and restore device ITT and their > interrupt table entries (ITE). > > The routines will be called on device table save and > restore. They will become static in subsequent patches. Why this bottom-up approach

Re: [PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore

2017-04-26 Thread Prakash B
On Fri, Apr 14, 2017 at 3:45 PM, Eric Auger wrote: > Introduce routines to save and restore device ITT and their > interrupt table entries (ITE). > > The routines will be called on device table save and > restore. They will become static in subsequent patches. > > Signed-off-by: Eric Auger Tested

[PATCH v5 19/22] KVM: arm64: vgic-its: ITT save and restore

2017-04-14 Thread Eric Auger
Introduce routines to save and restore device ITT and their interrupt table entries (ITE). The routines will be called on device table save and restore. They will become static in subsequent patches. Signed-off-by: Eric Auger --- v4 -> v5: - ITE are now sorted by eventid on the flush - rename *