From d13a8016080310739a7282a26985841443e5507d Mon Sep 17 00:00:00 2001 From: "Jes.Sorensen@redhat.com" Date: Thu, 18 Feb 2010 10:57:00 +0100 Subject: [PATCH] Remove all references to KVM_CR3_CACHE Remove all references to KVM_CR3_CACHE as it was never implemented. Signed-off-by: Jes Sorensen Signed-off-by: Avi Kivity --- qemu-kvm-x86.c | 3 --- target-i386/kvm.c | 3 --- 2 files changed, 6 deletions(-) diff --git a/qemu-kvm-x86.c b/qemu-kvm-x86.c index 7f820a4f06..e57c479f34 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 9fb96b5ba9..30d91a64d0 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 } }; -- 2.11.4.GIT