From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55984) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8XIO-0002kC-Md for qemu-devel@nongnu.org; Wed, 29 Jan 2014 10:43:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8XII-0001sS-MO for qemu-devel@nongnu.org; Wed, 29 Jan 2014 10:43:20 -0500 Received: from mail-pb0-f50.google.com ([209.85.160.50]:54627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8XII-0001sK-G6 for qemu-devel@nongnu.org; Wed, 29 Jan 2014 10:43:14 -0500 Received: by mail-pb0-f50.google.com with SMTP id rq2so1895312pbb.37 for ; Wed, 29 Jan 2014 07:43:13 -0800 (PST) Date: Wed, 29 Jan 2014 07:43:11 -0800 From: Christoffer Dall Message-ID: <20140129154311.GA3570@cbox> References: <1390940890-1868-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 v4 0/4] Create ARM KVM VGIC with device control API 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 Wed, Jan 29, 2014 at 01:21:40PM +0000, Peter Maydell wrote: > On 28 January 2014 20:28, Christoffer Dall wrote: > > This patch series adds generic support for issuing device control > > related ioctls and supports creating the ARM KVM-accelerated VGIC using > > the device control API while maintaining backwards compatibility for > > older kernels. > > > > Changelogs in the individual patches. > > Thanks, applied to target-arm.next. Git complains about trailing > whitespace in the kernel header patch; dunno if you care about > fixing that kind of thing in the kernel upstream. > I guess I could, if I remember. Thanks.