]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cputest: Use CPU models from QEMU when available
authorJiri Denemark <jdenemar@redhat.com>
Wed, 27 Sep 2017 07:29:28 +0000 (09:29 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 16 Oct 2017 07:23:20 +0000 (09:23 +0200)
commit7f00f07e7757114da288418768772005072a5ff0
tree23b4712e19bcde286dabe22b387a729d236babda
parent4ee0f8d22d9aa401262802d9bab0522c667436b3
cputest: Use CPU models from QEMU when available

When testing cpuDecode for computing guest CPU definition from CPUID
data (the CPU definition reported by domain capabilities), we need to
use CPU models (and their usability blockers) from QEMU if they are
available to cpuDecode in the same way it is actually used in the qemu
driver.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
tests/cputest.c