From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw7UK-0001Dr-1l for qemu-devel@nongnu.org; Wed, 03 Dec 2014 05:48:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xw7UE-0002Mq-BE for qemu-devel@nongnu.org; Wed, 03 Dec 2014 05:48:51 -0500 Received: from mail-la0-f54.google.com ([209.85.215.54]:39341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw7UE-0002M7-4H for qemu-devel@nongnu.org; Wed, 03 Dec 2014 05:48:46 -0500 Received: by mail-la0-f54.google.com with SMTP id pv20so7607620lab.27 for ; Wed, 03 Dec 2014 02:48:43 -0800 (PST) Date: Wed, 3 Dec 2014 11:49:28 +0100 From: Christoffer Dall Message-ID: <20141203104928.GF17502@cbox> References: <1417544894-2000-1-git-send-email-eric.auger@linaro.org> <1417544894-2000-2-git-send-email-eric.auger@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417544894-2000-2-git-send-email-eric.auger@linaro.org> Subject: Re: [Qemu-devel] [PATCH 1/2] linux-headers: Update KVM headers from linux-next tag ToBeFilled List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger Cc: peter.maydell@linaro.org, eric.auger@st.com, ard.biesheuvel@linaro.org, marc.zyngier@arm.com, patches@linaro.org, agraf@suse.de, qemu-devel@nongnu.org, alex.williamson@redhat.com, kvmarm@lists.cs.columbia.edu, a.motakis@virtualopensystems.com, pbonzini@redhat.com, afaerber@suse.de, a.rigo@virtualopensystems.com On Tue, Dec 02, 2014 at 06:28:13PM +0000, Eric Auger wrote: > Syncup KVM related linux headers from linux-next tree using > scripts/update-linux-headers.sh. > > 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 > > Signed-off-by: Eric Auger How can this be from linux-next? I'm pretty sure we didn't merge this patch yet. Also, if you synced your headers from your local tree, I think that generally makes such a QEMU patches series an RFC one. -Christoffer