Re: [libvirt] [PATCH 02/41] domcaps: Add support for listing supported CPU models

2016-09-13 Thread Jiri Denemark
On Mon, Aug 29, 2016 at 12:31:44 -0400, John Ferlan wrote: > > +int > > +virDomainCapsCPUModelsAddSteal(virDomainCapsCPUModelsPtr cpuModels, > > + char **name) > > +{ > > +if (VIR_RESIZE_N(cpuModels->models, cpuModels->alloc, > > + cpuModels->co

Re: [libvirt] [PATCH 02/41] domcaps: Add support for listing supported CPU models

2016-08-29 Thread John Ferlan
On 08/12/2016 09:32 AM, Jiri Denemark wrote: > The patch adds element to domain capabilities XML: > > > > > > Broadwell > Broadwell-noTSX > ... > > > > Applications can use it to inspect what CPU configuration mo

[libvirt] [PATCH 02/41] domcaps: Add support for listing supported CPU models

2016-08-12 Thread Jiri Denemark
The patch adds element to domain capabilities XML: Broadwell Broadwell-noTSX ... Applications can use it to inspect what CPU configuration modes are supported for a specific combination of domain type, emulator bin