Signed-off-by: Marcelo Tosatti <mtosatti@xxxxxxxxxx> diff --git a/qemu-kvm-x86.c b/qemu-kvm-x86.c index fffcfd8..0b8a858 100644 --- a/qemu-kvm-x86.c +++ b/qemu-kvm-x86.c @@ -1223,6 +1223,9 @@ struct kvm_para_features { #ifdef KVM_CAP_CR3_CACHE { KVM_CAP_CR3_CACHE, KVM_FEATURE_CR3_CACHE }, #endif +#ifdef KVM_CAP_PVCLOCK_RUNTIME + { KVM_CAP_PVCLOCK_RUNTIME, KVM_FEATURE_RUNTIME_INFO }, +#endif { -1, -1 } }; -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html