Add two hyperv-related caps [they should arrive through the usual kernel header harvesting; this patch allows to build QEMU before that happens].
Signed-off-by: Roman Kagan <rka...@virtuozzo.com> --- linux-headers/linux/kvm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h index d2892da..d7f532f 100644 --- a/linux-headers/linux/kvm.h +++ b/linux-headers/linux/kvm.h @@ -895,6 +895,8 @@ struct kvm_ppc_resize_hpt { #define KVM_CAP_SPAPR_TCE_VFIO 142 #define KVM_CAP_X86_GUEST_MWAIT 143 #define KVM_CAP_ARM_USER_IRQ 144 +#define KVM_CAP_HYPERV_SYNIC2 145 +#define KVM_CAP_HYPERV_VP_INDEX 146 #ifdef KVM_CAP_IRQ_ROUTING -- 2.9.4