* [Qemu-devel] [PATCH qemu] update-linux-headers: Add userfaultfd.h
@ 2016-02-15 4:59 Alexey Kardashevskiy
2016-02-18 12:04 ` Christian Borntraeger
0 siblings, 1 reply; 3+ messages in thread
From: Alexey Kardashevskiy @ 2016-02-15 4:59 UTC (permalink / raw)
To: qemu-devel; +Cc: Alexey Kardashevskiy
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>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--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"
--
2.5.0.rc3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH qemu] update-linux-headers: Add userfaultfd.h
2016-02-15 4:59 [Qemu-devel] [PATCH qemu] update-linux-headers: Add userfaultfd.h Alexey Kardashevskiy
@ 2016-02-18 12:04 ` Christian Borntraeger
2016-03-08 12:45 ` Paolo Bonzini
0 siblings, 1 reply; 3+ messages in thread
From: Christian Borntraeger @ 2016-02-18 12:04 UTC (permalink / raw)
To: Alexey Kardashevskiy, qemu-devel, Paolo Bonzini
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"
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH qemu] update-linux-headers: Add userfaultfd.h
2016-02-18 12:04 ` Christian Borntraeger
@ 2016-03-08 12:45 ` Paolo Bonzini
0 siblings, 0 replies; 3+ messages in thread
From: Paolo Bonzini @ 2016-03-08 12:45 UTC (permalink / raw)
To: Christian Borntraeger, Alexey Kardashevskiy, qemu-devel
On 18/02/2016 13:04, Christian Borntraeger wrote:
> 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 ?
After one month I guess I can take it with no worry of future regrets...
Paolo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-03-08 12:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 4:59 [Qemu-devel] [PATCH qemu] update-linux-headers: Add userfaultfd.h Alexey Kardashevskiy
2016-02-18 12:04 ` Christian Borntraeger
2016-03-08 12:45 ` Paolo Bonzini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).