Re: [libvirt] [PATCH v2 07/22] conf: Introduce virDomainCapsCPUModelsGet

2017-10-13 Thread John Ferlan
On 10/13/2017 02:14 PM, Jiri Denemark wrote: > This internal API can be used to find a specific CPU model in > virDomainCapsCPUModels list. > > Signed-off-by: Jiri Denemark > --- > > Notes: > Version 2: > - new patch which replaces the original 07/23 > (cpu: Return model from vir

[libvirt] [PATCH v2 07/22] conf: Introduce virDomainCapsCPUModelsGet

2017-10-13 Thread Jiri Denemark
This internal API can be used to find a specific CPU model in virDomainCapsCPUModels list. Signed-off-by: Jiri Denemark --- Notes: Version 2: - new patch which replaces the original 07/23 (cpu: Return model from virCPUModelIsAllowed) src/conf/domain_capabilities.c | 18 ++