]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add usability blockers to virDomainCapsCPUModel
authorJiri Denemark <jdenemar@redhat.com>
Tue, 19 Sep 2017 16:35:08 +0000 (18:35 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 16 Oct 2017 07:21:51 +0000 (09:21 +0200)
commit0861080f0e23921a0e3181471fd3dd0cc4f1f7fe
treef1214555fa39bbd582eafe0128f099dfe4865ab2
parentef04596d76173dc35417e4cb5f56fc1221091069
conf: Add usability blockers to virDomainCapsCPUModel

When a hypervisor marks a CPU model as unusable on the current host, it
may also give us a list of features which prevent the model from being
usable. Storing this list in virDomainCapsCPUModel will help the CPU
driver with creating a host-model CPU configuration.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
src/conf/domain_capabilities.c
src/conf/domain_capabilities.h
src/qemu/qemu_capabilities.c
tests/domaincapstest.c