As explained in previous patch, kvm functions won't be optimized out for
non-CONFIG_KVM.

Signed-off-by: Xuebing Wang <xbi...@gmail.com>
---
 target-i386/kvm-stub.c |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/target-i386/kvm-stub.c b/target-i386/kvm-stub.c
index 2b9e801..0ef642d 100644
--- a/target-i386/kvm-stub.c
+++ b/target-i386/kvm-stub.c
@@ -17,14 +17,8 @@ bool kvm_allows_irq0_override(void)
     return 1;
 }
 
-#ifndef __OPTIMIZE__
-/* This function is only called inside conditionals which we
- * rely on the compiler to optimize out when CONFIG_KVM is not
- * defined.
- */
 uint32_t kvm_arch_get_supported_cpuid(KVMState *env, uint32_t function,
                                       uint32_t index, int reg)
 {
     abort();
 }
-#endif
-- 
1.7.9.5


Reply via email to