diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-22 16:16:22 -0600 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-22 16:16:22 -0600 |
commit | 724c689357211cb929c9b957e1556f211d2b56db (patch) | |
tree | 95121334d97267e1bdf869d181765002d5dbe8e1 /target-i386 | |
parent | b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48 (diff) | |
parent | 85199474d0df23b87f0b4a3e330401b59aac3ec0 (diff) |
Merge remote branch 'qemu-kvm/uq/master' into staging
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/kvm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-i386/kvm.c b/target-i386/kvm.c index ac8d985a14..6b741ba489 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -159,9 +159,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 } }; |