From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WA7p8-0000qr-Af for qemu-devel@nongnu.org; Sun, 02 Feb 2014 19:55:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WA7p2-00046W-44 for qemu-devel@nongnu.org; Sun, 02 Feb 2014 19:55:42 -0500 Received: from mail-pd0-f169.google.com ([209.85.192.169]:64656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WA7p1-00046M-Qm for qemu-devel@nongnu.org; Sun, 02 Feb 2014 19:55:36 -0500 Received: by mail-pd0-f169.google.com with SMTP id v10so6302264pde.0 for ; Sun, 02 Feb 2014 16:55:35 -0800 (PST) Date: Sun, 2 Feb 2014 16:55:39 -0800 From: Christoffer Dall Message-ID: <20140203005539.GC2469@cbox> References: <1391383044-596-1-git-send-email-christoffer.dall@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH v6 0/6] Support arm-gic-kvm save/restore List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Patch Tracking , QEMU Developers , "kvmarm@lists.cs.columbia.edu" On Sun, Feb 02, 2014 at 11:31:33PM +0000, Peter Maydell wrote: > On 2 February 2014 23:17, Christoffer Dall wrote: > > Implement support to save/restore the ARM KVM VGIC state from the > > kernel. The basic appraoch is to transfer state from the in-kernel VGIC > > to the emulated arm-gic state representation and let the standard QEMU > > vmstate save/restore handle saving the arm-gic state. Restore works by > > reversing the process. > > > > The first patches adds missing features and fixes issues with the > > arm-gic implementation in qemu in preparation for the actual > > save/restore logic. > > > > The patches depend on the device control patch series sent out earlier, > > but is currently waiting on arm64 headers update in the kernel before it > > can be merged: > > git://git.linaro.org/people/cdall/qemu-arm.git migration/device-ctrl-v5 > > Do 1-5 have this dependency, or just patch 6? > Just patch 6 (although some of the patches may not apply cleanly without the device control series, but any such conflicts should be trivial). -Christoffer