All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: "Michael S. Tsirkin" <mst@redhat.com>,
	Eric Auger <eric.auger@linaro.org>
Cc: patches@linaro.org, qemu-devel@nongnu.org,
	alex.williamson@redhat.com, pbonzini@redhat.com,
	eric.auger@st.com, kvmarm@lists.cs.columbia.edu
Subject: Re: [Qemu-devel] [PATCH v4 1/3] update-linux-headers.sh: export virtio_types.h
Date: Mon, 09 Mar 2015 10:26:58 +0100	[thread overview]
Message-ID: <54FD6762.9080208@de.ibm.com> (raw)
In-Reply-To: <20150304153756.GA5890@redhat.com>

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 <eric.auger@linaro.org>
> 
> 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
> 

WARNING: multiple messages have this Message-ID (diff)
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: "Michael S. Tsirkin" <mst@redhat.com>,
	Eric Auger <eric.auger@linaro.org>
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
Subject: Re: [Qemu-devel] [PATCH v4 1/3] update-linux-headers.sh: export virtio_types.h
Date: Mon, 09 Mar 2015 10:26:58 +0100	[thread overview]
Message-ID: <54FD6762.9080208@de.ibm.com> (raw)
In-Reply-To: <20150304153756.GA5890@redhat.com>

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 <eric.auger@linaro.org>
> 
> 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
> 

  parent reply	other threads:[~2015-03-09  9:20 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04 14:16 [PATCH v4 0/3] explicit VGIC initialization in finalize function Eric Auger
2015-03-04 14:16 ` [Qemu-devel] " Eric Auger
2015-03-04 14:16 ` [PATCH v4 1/3] update-linux-headers.sh: export virtio_types.h Eric Auger
2015-03-04 14:16   ` [Qemu-devel] " Eric Auger
2015-03-04 15:37   ` Michael S. Tsirkin
2015-03-04 15:37     ` [Qemu-devel] " Michael S. Tsirkin
2015-03-04 15:40     ` Eric Auger
2015-03-04 15:40       ` [Qemu-devel] " Eric Auger
2015-03-09  9:26     ` Christian Borntraeger [this message]
2015-03-09  9:26       ` Christian Borntraeger
2015-03-04 14:16 ` [PATCH v4 2/3] linux-headers: update to 4.0-rc2 Eric Auger
2015-03-04 14:16   ` [Qemu-devel] " Eric Auger
2015-03-04 14:16 ` [PATCH v4 3/3] hw/intc/arm_gic: Initialize the vgic in the realize function Eric Auger
2015-03-04 14:16   ` [Qemu-devel] " Eric Auger
2015-03-11 14:56   ` Peter Maydell
2015-03-11 14:56     ` [Qemu-devel] " Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=54FD6762.9080208@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=alex.williamson@redhat.com \
    --cc=eric.auger@linaro.org \
    --cc=eric.auger@st.com \
    --cc=kvmarm@lists.cs.columbia.edu \
    --cc=mst@redhat.com \
    --cc=patches@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.