From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAmHX-0001us-S7 for qemu-devel@nongnu.org; Tue, 04 Feb 2014 15:07:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAmHP-0004uk-J6 for qemu-devel@nongnu.org; Tue, 04 Feb 2014 15:07:43 -0500 Received: from mail-pb0-f53.google.com ([209.85.160.53]:64299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAmHP-0004uY-Dm for qemu-devel@nongnu.org; Tue, 04 Feb 2014 15:07:35 -0500 Received: by mail-pb0-f53.google.com with SMTP id md12so8894929pbc.40 for ; Tue, 04 Feb 2014 12:07:34 -0800 (PST) Date: Tue, 4 Feb 2014 12:07:38 -0800 From: Christoffer Dall Message-ID: <20140204200738.GO4167@cbox> References: <1391383044-596-1-git-send-email-christoffer.dall@linaro.org> <20140203005539.GC2469@cbox> 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 Tue, Feb 04, 2014 at 07:56:27PM +0000, Peter Maydell wrote: > On 3 February 2014 00:55, Christoffer Dall wrote: > > On Sun, Feb 02, 2014 at 11:31:33PM +0000, Peter Maydell wrote: > >> On 2 February 2014 23:17, Christoffer Dall wrote: > >> > 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). > > Thanks; I've applied 1-5 to target-arm.next. > (Incidentally you could make my job a little easier by keeping > the 'changes between v3 and v4' commentary after the '---' line > so I don't have to edit it out of the commit messages.) > You mean on the git commits? I've done that on the patches themselves if you pick them off the list. Should probably do that for the git commits as well (or just leave them off there completely). -Christoffer