qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH qemu] update-linux-headers: Add userfaultfd.h


From: Christian Borntraeger
Subject: Re: [Qemu-devel] [PATCH qemu] update-linux-headers: Add userfaultfd.h
Date: Thu, 18 Feb 2016 13:04:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

On 02/15/2016 05:59 AM, Alexey Kardashevskiy wrote:
> userfailtfd.h is used by post-copy migration so include it to
> the update-linux-headers.sh as we want it updated altogether with
> other kernel headers.
> 
> Signed-off-by: Alexey Kardashevskiy <address@hidden>

Acked-by: Christian Borntraeger <address@hidden>

Paolo, shall that go via the KVM tree ?
> ---
>  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 ff5b0c7..6aa8407 100755
> --- a/scripts/update-linux-headers.sh
> +++ b/scripts/update-linux-headers.sh
> @@ -103,7 +103,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 \
> -              psci.h; do
> +              psci.h userfaultfd.h; do
>      cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
>  done
>  rm -rf "$output/linux-headers/asm-generic"
> 




reply via email to

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