]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cpu: Introduce cpuModelIsAllowed internal API
authorJiri Denemark <jdenemar@redhat.com>
Wed, 19 Dec 2012 11:08:32 +0000 (12:08 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 19 Apr 2013 12:33:15 +0000 (14:33 +0200)
commit16c6b60cbd4da96fe3ccaa33e152175dada3aa6c
tree24ba8e4a5a19c8592ee418b77aeb3dee6d65afb6
parent642261a866ef43fe0606d995a09cadc2da208f34
cpu: Introduce cpuModelIsAllowed internal API

The API can be used to check if the model is on the supported models
list, which needs to be done in several places.
src/cpu/cpu.c
src/cpu/cpu.h
src/cpu/cpu_generic.c
src/cpu/cpu_x86.c