Signed-off-by: Eduardo Habkost <[email protected]> --- Cc: [email protected] Cc: Michael S. Tsirkin <[email protected]> Cc: Gleb Natapov <[email protected]> Cc: Marcelo Tosatti <[email protected]> --- include/sysemu/kvm.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/sysemu/kvm.h b/include/sysemu/kvm.h index 6bdd513..22acf91 100644 --- a/include/sysemu/kvm.h +++ b/include/sysemu/kvm.h @@ -36,6 +36,7 @@ #define KVM_FEATURE_ASYNC_PF 0 #define KVM_FEATURE_STEAL_TIME 0 #define KVM_FEATURE_PV_EOI 0 +#define KVM_FEATURE_CLOCKSOURCE_STABLE_BIT 0 #endif extern int kvm_allowed; -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
