From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw7hl-0006Bq-Gb for qemu-devel@nongnu.org; Wed, 03 Dec 2014 06:02:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xw7hf-0007G3-Fu for qemu-devel@nongnu.org; Wed, 03 Dec 2014 06:02:45 -0500 Received: from mail-la0-f53.google.com ([209.85.215.53]:59897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xw7hf-0007Fw-95 for qemu-devel@nongnu.org; Wed, 03 Dec 2014 06:02:39 -0500 Received: by mail-la0-f53.google.com with SMTP id gm9so12003602lab.40 for ; Wed, 03 Dec 2014 03:02:38 -0800 (PST) Date: Wed, 3 Dec 2014 12:03:24 +0100 From: Christoffer Dall Message-ID: <20141203110324.GG17502@cbox> References: <1417544894-2000-1-git-send-email-eric.auger@linaro.org> <1417544894-2000-2-git-send-email-eric.auger@linaro.org> <20141203104928.GF17502@cbox> <547EEBC6.7090206@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <547EEBC6.7090206@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 Wed, Dec 03, 2014 at 11:53:58AM +0100, Eric Auger wrote: > On 12/03/2014 11:49 AM, Christoffer Dall wrote: > > 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. > > Hi Christoffer, > > yes that's correct . I don't know how to format that kind of patch that > refers to linux headers (I mentioned in the title tag ToBeFilled). I > looked at other similar ones and I thought this was the wording that is > generally used. I can move it to RFC but it will stay as is until kernel > patches are upstreamed. In that case I should also move the QEMU VFIO > patch back to RFC due to forwarding stuff;-) > This patch subject should just be something like this: Subject: [RFC PATCH 1/2] linux-headers: Update KVM headers for KVM_DEV_ARM_VGIC_GRP_CTRL And in the commit message you point to a personal git tree that contains the patches you're syncing against. -Christoffer