From: Alexander Graf <agraf@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: "qemu-ppc@nongnu.org" <qemu-ppc@nongnu.org>,
QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH 1/4] linux-headers: include psci.h
Date: Wed, 04 Jun 2014 15:35:56 +0200 [thread overview]
Message-ID: <538F20BC.4050602@suse.de> (raw)
In-Reply-To: <CAFEAcA81xj6iRzVXH7d+KZc9EVsQ6cbbfJPS=29DCNkKU5r9uA@mail.gmail.com>
On 04.06.14 15:07, Peter Maydell wrote:
> On 4 June 2014 11:31, Alexander Graf <agraf@suse.de> wrote:
>> The kvm headers now have a dependency on psci.h, sync it into our linux
>> header copy as well.
>>
>> Signed-off-by: Alexander Graf <agraf@suse.de>
>> ---
>> scripts/update-linux-headers.sh | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
>> index 120a694..c8e026d 100755
>> --- a/scripts/update-linux-headers.sh
>> +++ b/scripts/update-linux-headers.sh
>> @@ -61,7 +61,8 @@ 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; do
>> +for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h \
>> + psci.h; do
>> cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
>> done
>> rm -rf "$output/linux-headers/asm-generic"
>> --
>> 1.8.1.4
> This is a dup of a patch which has already been posted as part
> of Pranav's PSCI patchset...
Cool, so we now have 3 copies of the same patch ;). I guess whoever hits
master first just gets in - it's not like there's special sauce in here
anywhere.
Alex
next prev parent reply other threads:[~2014-06-04 13:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-04 10:31 [Qemu-devel] [PATCH 0/4] KVM: PPC: sPAPR: Enable magic page mapping Alexander Graf
2014-06-04 10:31 ` [Qemu-devel] [PATCH 1/4] linux-headers: include psci.h Alexander Graf
2014-06-04 13:07 ` Peter Maydell
2014-06-04 13:35 ` Alexander Graf [this message]
2014-06-04 10:31 ` [Qemu-devel] [PATCH 2/4] linux-headers: update linux headers to kvm/next Alexander Graf
2014-06-04 10:31 ` [Qemu-devel] [PATCH 3/4] KVM: PPC: Expose fixup hcall capability Alexander Graf
2014-06-04 10:31 ` [Qemu-devel] [PATCH 4/4] PPC: spapr: Expose /hypervisor node in device tree Alexander Graf
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=538F20BC.4050602@suse.de \
--to=agraf@suse.de \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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.