Re: [libvirt] [PATCH v3 1/7] libvirt: add new public API virConnectGetCPUModelNames

2013-09-13 Thread Eric Blake
On 09/11/2013 08:12 AM, Giuseppe Scrivano wrote: > The new function virConnectGetCPUModelNames allows to retrieve the list > of CPU models known by the hypervisor for a specific architecture. > > Signed-off-by: Giuseppe Scrivano > --- > +int > +virConnectGetCPUModelNames(virConnectPtr conn, cons

Re: [libvirt] [PATCH v3 1/7] libvirt: add new public API virConnectGetCPUModelNames

2013-09-13 Thread Eric Blake
On 09/11/2013 08:12 AM, Giuseppe Scrivano wrote: > The new function virConnectGetCPUModelNames allows to retrieve the list > of CPU models known by the hypervisor for a specific architecture. > > Signed-off-by: Giuseppe Scrivano > --- > /** > + * virConnectGetCPUModelNames: > + * > + * @conn: v

Re: [libvirt] [PATCH v3 1/7] libvirt: add new public API virConnectGetCPUModelNames

2013-09-13 Thread Eric Blake
On 09/13/2013 01:25 PM, Eric Blake wrote: > On 09/11/2013 08:12 AM, Giuseppe Scrivano wrote: >> The new function virConnectGetCPUModelNames allows to retrieve the list >> of CPU models known by the hypervisor for a specific architecture. >> > @@ -18545,6 +18545,9 @@ virConnectGetCPUModelNames(virC

[libvirt] [PATCH v3 1/7] libvirt: add new public API virConnectGetCPUModelNames

2013-09-11 Thread Giuseppe Scrivano
The new function virConnectGetCPUModelNames allows to retrieve the list of CPU models known by the hypervisor for a specific architecture. Signed-off-by: Giuseppe Scrivano --- include/libvirt/libvirt.h.in | 4 python/generator.py | 1 + src/driver.h | 7 +++