]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu_x86: Fix placement of *CheckFeature functions
authorJiri Denemark <jdenemar@redhat.com>
Tue, 16 Apr 2019 11:24:45 +0000 (13:24 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 3 Jun 2019 16:07:16 +0000 (18:07 +0200)
commit32f577ab10aefda6c4666abd07814c5c39f57788
treebb66e54970861cb36d730dff0b52bc1d1d76426d
parentc277b9ad5c740bb4c4b915754ae74621f93f9d37
cpu_x86: Fix placement of *CheckFeature functions

Commit 0a97486e09 moved them outside #ifdef, but after virCPUx86GetHost,
which will start calling them in the following patch.

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