]> git.ipfire.org Git - thirdparty/qemu.git/commit
vl: Only choose enabled accelerators in configure_accelerators
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 9 Jan 2020 01:07:30 +0000 (12:07 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 22 Jan 2020 00:18:24 +0000 (14:18 -1000)
commit755ee1f301b30d2cd248e162e3a438473eed3767
treead3359671ec8341a020da5692016db6ece043099
parenta024b0906779e4355b6d04f67c01d1bc0dcc2699
vl: Only choose enabled accelerators in configure_accelerators

By choosing "tcg:kvm" when kvm is not enabled, we generate
an incorrect warning: "invalid accelerator kvm".

At the same time, use g_str_has_suffix rather than open-coding
the same operation.

Presumably the inverse is also true with --disable-tcg.

Fixes: 28a0961757fc
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed by: Aleksandar Markovic <amarkovic@wavecomp.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
vl.c