From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUtxr-0000xI-FT for qemu-devel@nongnu.org; Mon, 09 Mar 2015 05:27:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUtxn-0003g4-F2 for qemu-devel@nongnu.org; Mon, 09 Mar 2015 05:27:07 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:36771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUtxn-0003ez-4p for qemu-devel@nongnu.org; Mon, 09 Mar 2015 05:27:03 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 9 Mar 2015 09:27:01 -0000 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 6A86517D8042 for ; Mon, 9 Mar 2015 09:27:21 +0000 (GMT) Received: from d06av06.portsmouth.uk.ibm.com (d06av06.portsmouth.uk.ibm.com [9.149.37.217]) by b06cxnps4075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t299R0l32097646 for ; Mon, 9 Mar 2015 09:27:00 GMT Received: from d06av06.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av06.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t294M80j005382 for ; Mon, 9 Mar 2015 00:22:08 -0400 Message-ID: <54FD6762.9080208@de.ibm.com> Date: Mon, 09 Mar 2015 10:26:58 +0100 From: Christian Borntraeger 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=windows-1252 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" , Eric Auger Cc: peter.maydell@linaro.org, b.reynal@virtualopensystems.com, patches@linaro.org, agraf@suse.de, qemu-devel@nongnu.org, alex.williamson@redhat.com, pbonzini@redhat.com, eric.auger@st.com, kvmarm@lists.cs.columbia.edu, christoffer.dall@linaro.org Am 04.03.2015 um 16:37 schrieb Michael S. Tsirkin: > 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. The s390 tree also depends on the header update. So if my vote counts, I prefer to have that pull request sorted out sooner than later. Peter, welcome back :-) > > > >> --- >> 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 >