public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove all references to KVM_CR3_CACHE
@ 2010-02-18  9:57 Jes.Sorensen
  2010-02-18 13:35 ` Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Jes.Sorensen @ 2010-02-18  9:57 UTC (permalink / raw)
  To: avi, mtosatti, kvm

This patch removes all references to KVM_CR3_CACHE as suggested by
Marcello.

Jes


commit 3e3b0979d7d1464baeb5770f1de4954da7e59e1b
Author: Jes Sorensen <Jes.Sorensen@redhat.com>
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@redhat.com>

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 }
 };
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-18 13:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18  9:57 [PATCH] Remove all references to KVM_CR3_CACHE Jes.Sorensen
2010-02-18 13:35 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox