Re: [PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration

2017-01-27 Thread Christoffer Dall
On Fri, Jan 27, 2017 at 09:45:06AM +, Marc Zyngier wrote: > On 26/01/17 20:26, Christoffer Dall wrote: > > Hi Vijaya, > > > > On Thu, Jan 26, 2017 at 07:50:45PM +0530, vijay.kil...@gmail.com wrote: > >> From: Vijaya Kumar K > >> > >> This patchset adds API for saving

Re: [PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration

2017-01-27 Thread Marc Zyngier
On 26/01/17 20:26, Christoffer Dall wrote: > Hi Vijaya, > > On Thu, Jan 26, 2017 at 07:50:45PM +0530, vijay.kil...@gmail.com wrote: >> From: Vijaya Kumar K >> >> This patchset adds API for saving and restoring >> of VGICv3 registers to support live migration with new

Re: [PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration

2017-01-27 Thread Auger Eric
Hi Vijaya, On 26/01/2017 15:20, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > This patchset adds API for saving and restoring > of VGICv3 registers to support live migration with new vgic feature. > This API definition is as per version of VGICv3

Re: [PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration

2017-01-26 Thread Christoffer Dall
Hi Vijaya, On Thu, Jan 26, 2017 at 07:50:45PM +0530, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > This patchset adds API for saving and restoring > of VGICv3 registers to support live migration with new vgic feature. > This API definition is as per version

[PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration

2017-01-26 Thread vijay . kilari
From: Vijaya Kumar K This patchset adds API for saving and restoring of VGICv3 registers to support live migration with new vgic feature. This API definition is as per version of VGICv3 specification Documentation/virtual/kvm/devices/arm-vgic-v3.txt The patch 3 & 4 are