qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/7] kvm-i386: fix build for x86_64-linux-user after


From: Xuebing Wang
Subject: [Qemu-devel] [PATCH 2/7] kvm-i386: fix build for x86_64-linux-user after applying previous patch
Date: Thu, 6 Mar 2014 18:27:09 +0800

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

Signed-off-by: Xuebing Wang <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]