qemu-devel
[Top][All Lists]
Advanced

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

[PATCH RFC 02/22] i386: drop x86_cpu_get_supported_feature_word() forwar


From: Vitaly Kuznetsov
Subject: [PATCH RFC 02/22] i386: drop x86_cpu_get_supported_feature_word() forward declaration
Date: Fri, 4 Sep 2020 16:54:11 +0200

We only use x86_cpu_get_supported_feature_word() after its implementation,
no forward declaration needed.

Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
---
 target/i386/cpu.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/target/i386/cpu.c b/target/i386/cpu.c
index 49d89585288d..14489def2177 100644
--- a/target/i386/cpu.c
+++ b/target/i386/cpu.c
@@ -4283,9 +4283,6 @@ void x86_cpu_change_kvm_default(const char *prop, const 
char *value)
     assert(pv->prop);
 }
 
-static uint64_t x86_cpu_get_supported_feature_word(FeatureWord w,
-                                                   bool migratable_only);
-
 static bool lmce_supported(void)
 {
     uint64_t mce_cap = 0;
-- 
2.25.4




reply via email to

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