From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8V5j-0006wo-EH for qemu-devel@nongnu.org; Wed, 29 Jan 2014 08:22:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8V5d-0002xz-Bp for qemu-devel@nongnu.org; Wed, 29 Jan 2014 08:22:07 -0500 Received: from mail-la0-f44.google.com ([209.85.215.44]:53454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8V5d-0002w5-5D for qemu-devel@nongnu.org; Wed, 29 Jan 2014 08:22:01 -0500 Received: by mail-la0-f44.google.com with SMTP id hm7so1477678lab.31 for ; Wed, 29 Jan 2014 05:22:00 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1390940890-1868-1-git-send-email-christoffer.dall@linaro.org> References: <1390940890-1868-1-git-send-email-christoffer.dall@linaro.org> From: Peter Maydell Date: Wed, 29 Jan 2014 13:21:40 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 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: Christoffer Dall Cc: Patch Tracking , QEMU Developers , "kvmarm@lists.cs.columbia.edu" 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. -- PMM