projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14dcc3e
)
kvm: Kill CR3_CACHE feature references
author
Jes Sorensen
<Jes.Sorensen@redhat.com>
Fri, 19 Feb 2010 06:43:24 +0000
(07:43 +0100)
committer
Avi Kivity
<avi@redhat.com>
Sun, 21 Feb 2010 09:41:07 +0000
(11:41 +0200)
Remove all references to KVM_CR3_CACHE as it was never implemented.
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
target-i386/kvm.c
patch
|
blob
|
history
diff --git
a/target-i386/kvm.c
b/target-i386/kvm.c
index 0d08cd532ec309abadd99687243614976191dce9..5d9aecc89d9493a9fe434395ec266be0c2f8e6de 100644
(file)
--- a/
target-i386/kvm.c
+++ b/
target-i386/kvm.c
@@
-157,9
+157,6
@@
struct kvm_para_features {
#endif
#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 }
};