projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c98ea
)
i386: drop x86_cpu_get_supported_feature_word() forward declaration
author
Vitaly Kuznetsov
<vkuznets@redhat.com>
Fri, 4 Sep 2020 14:54:11 +0000
(16:54 +0200)
committer
Eduardo Habkost
<ehabkost@redhat.com>
Wed, 14 Oct 2020 19:28:54 +0000
(15:28 -0400)
We only use x86_cpu_get_supported_feature_word() after its implementation,
no forward declaration needed.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Message-Id: <
20200904145431
.196885-3-vkuznets@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c
patch
|
blob
|
history
diff --git
a/target/i386/cpu.c
b/target/i386/cpu.c
index 9eafbe369075041878f8dcaf33a908f41c6f5858..a33af2359c829cc8f5cfdec91ad07a61511b9fb0 100644
(file)
--- a/
target/i386/cpu.c
+++ b/
target/i386/cpu.c
@@
-4180,9
+4180,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;