]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Fix placement of *CheckFeature functions
authorMichal Privoznik <mprivozn@redhat.com>
Sun, 14 Apr 2019 19:44:01 +0000 (21:44 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 15 Apr 2019 07:48:05 +0000 (09:48 +0200)
commit0a97486e092c421ada4a9fb51e5b0cbcf0b1c071
treec904b2e9ee5562ec9423f5c480e8af31a9a78a66
parentae3d812b006b84c6d06605868d19554ea0156392
cpu_x86: Fix placement of *CheckFeature functions

In e17d10386 these functions were mistakenly moved into an #ifdef
block, but remained used outside of it leaving the build broken
for platforms where #ifdef evaluated to false.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
src/cpu/cpu_x86.c