Re: [libvirt] [PATCHv2 7/9] virNodeGetCPUMapFlags: Implement support function in nodeinfo

2012-10-24 Thread Viktor Mihajlovski
On 10/24/2012 01:21 AM, Eric Blake wrote: >> + >> +if (!(cpusPresent = nodeGetCPUmap(conn, &maxpresent, "present"))) { >> +virReportError(VIR_ERR_INTERNAL_ERROR, "%s", >> + _("Unable to retrieve 'present' CPU map")); >> +goto cleanup; >> +} >> + >> +

Re: [libvirt] [PATCHv2 7/9] virNodeGetCPUMapFlags: Implement support function in nodeinfo

2012-10-23 Thread Eric Blake
On 10/16/2012 08:05 AM, Viktor Mihajlovski wrote: > Added an implemention of virNodeGetCPUMapFlags to nodeinfo.c, s/implemention/implementation/ s/Flags//g > (nodeGetCPUMapFlags) which can be used by all drivers for a Linux > hypervisor host. > > Signed-off-by: Viktor Mihajlovski > --- > src/

[libvirt] [PATCHv2 7/9] virNodeGetCPUMapFlags: Implement support function in nodeinfo

2012-10-17 Thread Viktor Mihajlovski
Added an implemention of virNodeGetCPUMapFlags to nodeinfo.c, (nodeGetCPUMapFlags) which can be used by all drivers for a Linux hypervisor host. Signed-off-by: Viktor Mihajlovski --- src/libvirt_private.syms |1 + src/nodeinfo.c | 49 ++

[libvirt] [PATCHv2 7/9] virNodeGetCPUMapFlags: Implement support function in nodeinfo

2012-10-16 Thread Viktor Mihajlovski
Added an implemention of virNodeGetCPUMapFlags to nodeinfo.c, (nodeGetCPUMapFlags) which can be used by all drivers for a Linux hypervisor host. Signed-off-by: Viktor Mihajlovski --- src/libvirt_private.syms |1 + src/nodeinfo.c | 49 ++