From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0C6y-0000vU-RF for qemu-devel@nongnu.org; Mon, 06 Jan 2014 10:29:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0C6t-0007Ou-0B for qemu-devel@nongnu.org; Mon, 06 Jan 2014 10:29:04 -0500 Received: from mail-pd0-f177.google.com ([209.85.192.177]:62044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0C6s-0007Oo-QQ for qemu-devel@nongnu.org; Mon, 06 Jan 2014 10:28:58 -0500 Received: by mail-pd0-f177.google.com with SMTP id q10so18212447pdj.36 for ; Mon, 06 Jan 2014 07:28:57 -0800 (PST) Date: Mon, 6 Jan 2014 07:29:21 -0800 From: Christoffer Dall Message-ID: <20140106152921.GA27179@cbox> References: <1387606179-22709-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] [RFC PATCH v4 0/8] 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 Mon, Jan 06, 2014 at 11:09:28AM +0000, Peter Maydell wrote: > On 21 December 2013 06:09, 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. > > I still need to review this series, but I'm going to take the > first two patches into target-arm.next now since they're already > reviewed and they're straightforward cleanup. > ok, no worries about the review. The kernel series went into Marcelo's queue over the holiday, so I expect it to appear in kvm.next any time soon. -Christoffer