qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V6 1/8] update-linux-headers.sh: Add psci.h to l


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH V6 1/8] update-linux-headers.sh: Add psci.h to linux header sync-up script
Date: Fri, 23 May 2014 11:55:20 +0100

On 22 May 2014 12:17, Pranavkumar Sawargaonkar <address@hidden> wrote:
> We will be using linux/psci.h for KVM ARM/ARM64 hence add it to
> linux header sync-up script.
>
> Signed-off-by: Pranavkumar Sawargaonkar <address@hidden>
> Signed-off-by: Anup Patel <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..35d1960 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 psci.h vfio.h vhost.h virtio_config.h \
> +virtio_ring.h; do

This continued line should be indented, not just sat in
column 1.

Otherwise
Reviewed-by: Peter Maydell <address@hidden>

>      cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
>  done
>  rm -rf "$output/linux-headers/asm-generic"
> --
> 1.7.9.5
>

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]