Re: [libvirt] [PATCH 1/8] cpu: Introduce cpuModelIsAllowed internal API

2012-12-21 Thread Eric Blake
On 12/20/2012 05:01 PM, Jiri Denemark wrote: > 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 | 17 + > src/cpu/cpu.h | 5 + > src/cpu/cpu_generic.c | 19 +

[libvirt] [PATCH 1/8] cpu: Introduce cpuModelIsAllowed internal API

2012-12-20 Thread Jiri Denemark
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 | 17 + src/cpu/cpu.h | 5 + src/cpu/cpu_generic.c | 19 +-- src/cpu/cpu_x86.c | 11 +-- 4 files c