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

2016-03-08 Thread Paolo Bonzini
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: Al

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

2016-02-18 Thread Christian Borntraeger
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 Acked-by: Christian Borntraeger Paolo, shall t

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

2016-02-14 Thread 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 --- scripts/update-linux-headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script

Re: [Qemu-devel] [PATCH] qemu: Update Linux headers

2012-10-15 Thread Alex Williamson
On Mon, 2012-10-15 at 15:54 -0500, Anthony Liguori wrote: > Alex Williamson writes: > > > Based on v3.7-rc1-3-g29bb4cc > > Normally this would go through qemu-kvm/uq/master but since this is from > Linus' tree, it's less of a concern. > > Nonetheless, I'd prefer we did it from v3.7-rc1 instead

Re: [Qemu-devel] [PATCH] qemu: Update Linux headers

2012-10-15 Thread Anthony Liguori
Alex Williamson writes: > Based on v3.7-rc1-3-g29bb4cc Normally this would go through qemu-kvm/uq/master but since this is from Linus' tree, it's less of a concern. Nonetheless, I'd prefer we did it from v3.7-rc1 instead of a random git snapshot. Regards, Anthony Liguori > > Signed-off-by: A

[Qemu-devel] [PATCH] qemu: Update Linux headers

2012-10-15 Thread Alex Williamson
Based on v3.7-rc1-3-g29bb4cc Signed-off-by: Alex Williamson --- Trying to get KVM_IRQFD_FLAG_RESAMPLE and friends for vfio-pci linux-headers/asm-x86/kvm.h | 17 + linux-headers/linux/kvm.h | 25 + linux-headers/linux/kvm_para.h