From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marc Zyngier Subject: Re: [PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration Date: Fri, 27 Jan 2017 09:45:06 +0000 Message-ID: <9fea1713-7087-7052-5ca6-d9257a6f973a@arm.com> References: <1485440453-10597-1-git-send-email-vijay.kilari@gmail.com> <20170126202640.GD15850@cbox> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id D1E0B40064 for ; Fri, 27 Jan 2017 04:44:59 -0500 (EST) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O7Y7NJl-tBQW for ; Fri, 27 Jan 2017 04:44:58 -0500 (EST) Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 9188A408EB for ; Fri, 27 Jan 2017 04:44:58 -0500 (EST) In-Reply-To: <20170126202640.GD15850@cbox> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Christoffer Dall , vijay.kilari@gmail.com Cc: Vijaya Kumar K , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On 26/01/17 20:26, Christoffer Dall wrote: > Hi Vijaya, > > On Thu, Jan 26, 2017 at 07:50:45PM +0530, vijay.kilari@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 specification >> Documentation/virtual/kvm/devices/arm-vgic-v3.txt >> >> The patch 3 & 4 are picked from the Pavel's previous implementation. >> http://www.spinics.net/lists/kvm/msg122040.html >> >> NOTE: Only compilation tested for AArch32. No hardware available to test. > > Thanks for the respin. I've given this a once-over and tested on GICv2 > against migrations and on GICv3 for this functionality, and it looks > good. > > It would be good to see a soon respin of the QEMU series as well. > > Marc, unless others have objections to this series, I think we can queue > this series. Yup, I'll queue it on top. Thanks everyone for sticking with this series. M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 From: marc.zyngier@arm.com (Marc Zyngier) Date: Fri, 27 Jan 2017 09:45:06 +0000 Subject: [PATCH v11 0/8] arm/arm64: vgic: Implement API for vGICv3 live migration In-Reply-To: <20170126202640.GD15850@cbox> References: <1485440453-10597-1-git-send-email-vijay.kilari@gmail.com> <20170126202640.GD15850@cbox> Message-ID: <9fea1713-7087-7052-5ca6-d9257a6f973a@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 26/01/17 20:26, Christoffer Dall wrote: > Hi Vijaya, > > On Thu, Jan 26, 2017 at 07:50:45PM +0530, vijay.kilari at 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 specification >> Documentation/virtual/kvm/devices/arm-vgic-v3.txt >> >> The patch 3 & 4 are picked from the Pavel's previous implementation. >> http://www.spinics.net/lists/kvm/msg122040.html >> >> NOTE: Only compilation tested for AArch32. No hardware available to test. > > Thanks for the respin. I've given this a once-over and tested on GICv2 > against migrations and on GICv3 for this functionality, and it looks > good. > > It would be good to see a soon respin of the QEMU series as well. > > Marc, unless others have objections to this series, I think we can queue > this series. Yup, I'll queue it on top. Thanks everyone for sticking with this series. M. -- Jazz is not dead. It just smells funny...