From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v8 0/7] arm/arm64: vgic: Implement API for vGICv3 live migration Date: Wed, 16 Nov 2016 16:11:31 +0100 Message-ID: <20161116151131.GA19439@cbox> References: <1478258013-6669-1-git-send-email-vijay.kilari@gmail.com> <20161116114722.GB3811@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 C53C54050E for ; Wed, 16 Nov 2016 10:11:06 -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 WHRH8nhkCYZW for ; Wed, 16 Nov 2016 10:11:05 -0500 (EST) Received: from mail-qk0-f173.google.com (mail-qk0-f173.google.com [209.85.220.173]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 62A8240194 for ; Wed, 16 Nov 2016 10:11:04 -0500 (EST) Received: by mail-qk0-f173.google.com with SMTP id n204so178888764qke.2 for ; Wed, 16 Nov 2016 07:11:36 -0800 (PST) Content-Disposition: inline In-Reply-To: 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: Vijay Kilari Cc: Marc Zyngier , Vijaya Kumar K , kvmarm@lists.cs.columbia.edu, "linux-arm-kernel@lists.infradead.org" List-Id: kvmarm@lists.cs.columbia.edu On Wed, Nov 16, 2016 at 08:24:16PM +0530, Vijay Kilari wrote: > On Wed, Nov 16, 2016 at 5:17 PM, Christoffer Dall > wrote: > > On Fri, Nov 04, 2016 at 04:43:26PM +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 > >> http://lists.infradead.org/pipermail/linux-arm-kernel/2016-July/445611.html > >> > >> The patch 3 & 4 are picked from the Pavel's previous implementation. > >> http://www.spinics.net/lists/kvm/msg122040.html > > > > Do we have QEMU/kvmtool patches somewhere at this point so that I can > > test this? > > I will send you next revision of QEMU patches tomorrow. > Sounds good, thanks. -Christoffer