mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
i386: drop x86_cpu_get_supported_feature_word() forward declaration
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>
This commit is contained in:
parent
57c98ea9ac
commit
217baac12d
1 changed files with 0 additions and 3 deletions
|
|
@ -4180,9 +4180,6 @@ void x86_cpu_change_kvm_default(const char *prop, const char *value)
|
||||||
assert(pv->prop);
|
assert(pv->prop);
|
||||||
}
|
}
|
||||||
|
|
||||||
static uint64_t x86_cpu_get_supported_feature_word(FeatureWord w,
|
|
||||||
bool migratable_only);
|
|
||||||
|
|
||||||
static bool lmce_supported(void)
|
static bool lmce_supported(void)
|
||||||
{
|
{
|
||||||
uint64_t mce_cap = 0;
|
uint64_t mce_cap = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue