This patch removes all references to KVM_CR3_CACHE as suggested by Marcello. Jes commit 3e3b0979d7d1464baeb5770f1de4954da7e59e1b Author: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx> Date: Wed Feb 17 18:03:37 2010 +0100 Remove all references to KVM_CR3_CACHE as it was never implemented. Signed-off-by: Jes Sorensen <Jes.Sorensen@xxxxxxxxxx> 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 504f501..36fa736 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -154,9 +154,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" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html