From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTBRv-0000YT-CV for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:43:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTBRr-0000gx-W8 for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:43:03 -0500 Received: from mail-wi0-f176.google.com ([209.85.212.176]:33262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTBRr-0000gr-QB for qemu-devel@nongnu.org; Wed, 04 Mar 2015 10:42:59 -0500 Received: by widem10 with SMTP id em10so29757493wid.0 for ; Wed, 04 Mar 2015 07:42:59 -0800 (PST) Message-ID: <54F72774.8080906@linaro.org> Date: Wed, 04 Mar 2015 16:40:36 +0100 From: Eric Auger MIME-Version: 1.0 References: <1425478577-32556-1-git-send-email-eric.auger@linaro.org> <1425478577-32556-2-git-send-email-eric.auger@linaro.org> <20150304153756.GA5890@redhat.com> In-Reply-To: <20150304153756.GA5890@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: "Michael S. Tsirkin" 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 03/04/2015 04:37 PM, Michael S. Tsirkin wrote: > 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. OK Thanks - Eric > > > >> --- >> 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