| Submitter | Marcelo Tosatti |
|---|---|
| Date | Feb. 22, 2010, 9:26 p.m. |
| Message ID | <62f734a0d57306523e6ba0e7bd606e0d55449671.1266874009.git.mtosatti@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/46012/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 0d08cd5..5d9aecc 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -158,9 +158,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 } };