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 12:47:22 +0100 Message-ID: <20161116114722.GB3811@cbox> References: <1478258013-6669-1-git-send-email-vijay.kilari@gmail.com> 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 EC74D402A5 for ; Wed, 16 Nov 2016 06:46:58 -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 PAkPaJZP504f for ; Wed, 16 Nov 2016 06:46:57 -0500 (EST) Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 90917402A3 for ; Wed, 16 Nov 2016 06:46:57 -0500 (EST) Received: by mail-wm0-f52.google.com with SMTP id t79so67004644wmt.0 for ; Wed, 16 Nov 2016 03:47:28 -0800 (PST) Content-Disposition: inline In-Reply-To: <1478258013-6669-1-git-send-email-vijay.kilari@gmail.com> 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@gmail.com Cc: marc.zyngier@arm.com, Vijaya Kumar K , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu 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? Thanks, -Christoffer