* [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
* Re: [PATCH] Remove all references to KVM_CR3_CACHE
2010-02-18 9:57 [PATCH] Remove all references to KVM_CR3_CACHE Jes.Sorensen
@ 2010-02-18 13:35 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2010-02-18 13:35 UTC (permalink / raw)
To: Jes.Sorensen; +Cc: mtosatti, kvm
On 02/18/2010 11:57 AM, Jes.Sorensen@redhat.com wrote:
> This patch removes all references to KVM_CR3_CACHE as suggested by
> Marcello.
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [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