From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM7N0-0007ta-NQ for qemu-devel@nongnu.org; Thu, 12 Feb 2015 22:56:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YM7Mx-0006k7-Hs for qemu-devel@nongnu.org; Thu, 12 Feb 2015 22:56:46 -0500 Received: from mail-pa0-f49.google.com ([209.85.220.49]:37662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM7Mx-0006k3-Cd for qemu-devel@nongnu.org; Thu, 12 Feb 2015 22:56:43 -0500 Received: by mail-pa0-f49.google.com with SMTP id fb1so15999497pad.8 for ; Thu, 12 Feb 2015 19:56:42 -0800 (PST) Message-ID: <54DD757C.2060607@linaro.org> Date: Fri, 13 Feb 2015 04:54:36 +0100 From: Eric Auger MIME-Version: 1.0 References: <1423798640-10499-1-git-send-email-eric.auger@linaro.org> <1423798640-10499-2-git-send-email-eric.auger@linaro.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 1/2] linux-headers: update KVM headers from KVM_DEV_ARM_VGIC_GRP_CTRL List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Patch Tracking , eric.auger@st.com, QEMU Developers , Christoffer Dall , "kvmarm@lists.cs.columbia.edu" On 02/13/2015 04:42 AM, Peter Maydell wrote: > On 13 February 2015 at 03:37, Eric Auger wrote: >> Add a new group/attribute in VGIC KVM device enabling to force >> vgic init: KVM_DEV_ARM_VGIC_GRP_CTRL/KVM_DEV_ARM_VGIC_CTRL_INIT >> >> Update according to 3.19 headers. > > Is this really a full header sync? I'd have expected it to > have non-ARM changes in it too... Hi Peter, This is indeed a partial update. I will resend doing the full update. Thanks for the hint -Eric > > -- PMM >