From: Alexey Kardashevskiy Date: Mon, 15 Feb 2016 04:59:41 +0000 (+1100) Subject: update-linux-headers: Add userfaultfd.h X-Git-Tag: TizenStudio_2.0_p2.4~27^2~6^2~8^2~116^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ae823d4f707df05f28509dfa7ae7293b8e9164f;p=sdk%2Femulator%2Fqemu.git update-linux-headers: Add userfaultfd.h 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 Message-Id: <1455512381-15271-1-git-send-email-aik@ozlabs.ru> Acked-by: Christian Borntraeger Signed-off-by: Paolo Bonzini --- 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"