aboutsummaryrefslogtreecommitdiff
path: root/target/i386/kvm_i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/i386/kvm_i386.h')
-rw-r--r--target/i386/kvm_i386.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/target/i386/kvm_i386.h b/target/i386/kvm_i386.h
index 1de9876..e5df24c 100644
--- a/target/i386/kvm_i386.h
+++ b/target/i386/kvm_i386.h
@@ -30,12 +30,6 @@
#define kvm_pic_in_kernel() 0
#define kvm_ioapic_in_kernel() 0
-/* These constants must never be used at runtime if kvm_enabled() is false.
- * They exist so we don't need #ifdefs around KVM-specific code that already
- * checks kvm_enabled() properly.
- */
-#define KVM_CPUID_FEATURES 0
-
#endif /* CONFIG_KVM */
bool kvm_allows_irq0_override(void);