From: [email protected] <[email protected]> Remove all references to KVM_CR3_CACHE as it was never implemented.
Signed-off-by: Jes Sorensen <[email protected]> Signed-off-by: Avi Kivity <[email protected]> diff --git a/qemu-kvm-x86.c b/qemu-kvm-x86.c index 7f820a4..e57c479 100644 --- a/qemu-kvm-x86.c +++ b/qemu-kvm-x86.c @@ -1248,9 +1248,6 @@ struct kvm_para_features { #ifdef KVM_CAP_PV_MMU { KVM_CAP_PV_MMU, KVM_FEATURE_MMU_OP }, #endif -#ifdef KVM_CAP_CR3_CACHE - { KVM_CAP_CR3_CACHE, KVM_FEATURE_CR3_CACHE }, -#endif { -1, -1 } }; diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 9fb96b5..30d91a6 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -160,9 +160,6 @@ struct kvm_para_features { #ifdef KVM_CAP_PV_MMU { KVM_CAP_PV_MMU, KVM_FEATURE_MMU_OP }, #endif -#ifdef KVM_CAP_CR3_CACHE - { KVM_CAP_CR3_CACHE, KVM_FEATURE_CR3_CACHE }, -#endif { -1, -1 } }; -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
