From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTBNG-0004Xn-RD for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:38:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTBNB-0007Uy-72 for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:38:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42060) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTBNB-0007Uj-0T for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:38:09 -0500 Date: Wed, 4 Mar 2015 16:37:56 +0100 From: "Michael S. Tsirkin" Message-ID: <20150304153756.GA5890@redhat.com> References: <1425478577-32556-1-git-send-email-eric.auger@linaro.org> <1425478577-32556-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: <1425478577-32556-2-git-send-email-eric.auger@linaro.org> Subject: Re: [Qemu-devel] [PATCH v4 1/3] update-linux-headers.sh: export virtio_types.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Auger Cc: peter.maydell@linaro.org, b.reynal@virtualopensystems.com, patches@linaro.org, qemu-devel@nongnu.org, eric.auger@st.com, agraf@suse.de, alex.williamson@redhat.com, pbonzini@redhat.com, kvmarm@lists.cs.columbia.edu, christoffer.dall@linaro.org On Wed, Mar 04, 2015 at 02:16:15PM +0000, Eric Auger wrote: > virtio_ring.h now includes virtio_types.h. update-linux-headers.sh > now exports this latter. > > Signed-off-by: Eric Auger This is already included in my tree, but in a different place. Pull request sent today, pls wait for it to be pulled, don't apply this one. > --- > scripts/update-linux-headers.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh > index c8e026d..bbe6185 100755 > --- a/scripts/update-linux-headers.sh > +++ b/scripts/update-linux-headers.sh > @@ -62,7 +62,7 @@ done > rm -rf "$output/linux-headers/linux" > mkdir -p "$output/linux-headers/linux" > for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h \ > - psci.h; do > + virtio_types.h psci.h; do > cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux" > done > rm -rf "$output/linux-headers/asm-generic" > -- > 1.8.3.2