From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Alexey Kardashevskiy <aik@ozlabs.ru>,
qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH qemu] update-linux-headers: Add userfaultfd.h
Date: Thu, 18 Feb 2016 13:04:35 +0100 [thread overview]
Message-ID: <56C5B353.8050500@de.ibm.com> (raw)
In-Reply-To: <1455512381-15271-1-git-send-email-aik@ozlabs.ru>
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 <aik@ozlabs.ru>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
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"
>
next prev parent reply other threads:[~2016-02-18 12:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 4:59 [Qemu-devel] [PATCH qemu] update-linux-headers: Add userfaultfd.h Alexey Kardashevskiy
2016-02-18 12:04 ` Christian Borntraeger [this message]
2016-03-08 12:45 ` Paolo Bonzini
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=56C5B353.8050500@de.ibm.com \
--to=borntraeger@de.ibm.com \
--cc=aik@ozlabs.ru \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@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.