[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/4] linux-headers: include psci.h
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH 1/4] linux-headers: include psci.h |
Date: |
Wed, 4 Jun 2014 14:07:35 +0100 |
On 4 June 2014 11:31, Alexander Graf <address@hidden> 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 <address@hidden>
> ---
> 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...
thanks
-- PMM