Re: [libvirt] libvirt/libxl implemetation of get_online_cpu / virNodeGetCPUMap?

2015-02-25 Thread Daniel P. Berrange
On Tue, Feb 24, 2015 at 03:00:16PM +, Anthony PERARD wrote: > On Tue, Feb 24, 2015 at 01:22:19PM +, Daniel P. Berrange wrote: > > On Tue, Feb 24, 2015 at 01:15:57PM +, Anthony PERARD wrote: > > > On Tue, Feb 24, 2015 at 12:46:44PM +, Daniel P. Berrange wrote: > > > > On Tue, Feb 24,

Re: [libvirt] libvirt/libxl implemetation of get_online_cpu / virNodeGetCPUMap?

2015-02-24 Thread Anthony PERARD
On Tue, Feb 24, 2015 at 01:22:19PM +, Daniel P. Berrange wrote: > On Tue, Feb 24, 2015 at 01:15:57PM +, Anthony PERARD wrote: > > On Tue, Feb 24, 2015 at 12:46:44PM +, Daniel P. Berrange wrote: > > > On Tue, Feb 24, 2015 at 12:41:01PM +, Anthony PERARD wrote: > > > > Hi, > > > > >

Re: [libvirt] libvirt/libxl implemetation of get_online_cpu / virNodeGetCPUMap?

2015-02-24 Thread Daniel P. Berrange
On Tue, Feb 24, 2015 at 01:15:57PM +, Anthony PERARD wrote: > On Tue, Feb 24, 2015 at 12:46:44PM +, Daniel P. Berrange wrote: > > On Tue, Feb 24, 2015 at 12:41:01PM +, Anthony PERARD wrote: > > > Hi, > > > > > > A recent OpenStack nova commit make use of virNodeGetCPUMap to get the >

Re: [libvirt] libvirt/libxl implemetation of get_online_cpu / virNodeGetCPUMap?

2015-02-24 Thread Anthony PERARD
On Tue, Feb 24, 2015 at 12:46:44PM +, Daniel P. Berrange wrote: > On Tue, Feb 24, 2015 at 12:41:01PM +, Anthony PERARD wrote: > > Hi, > > > > A recent OpenStack nova commit make use of virNodeGetCPUMap to get the list > > of online cpu of a host. But this API is not implemented for the lib

Re: [libvirt] libvirt/libxl implemetation of get_online_cpu / virNodeGetCPUMap?

2015-02-24 Thread Ian Campbell
On Tue, 2015-02-24 at 12:41 +, Anthony PERARD wrote: > Hi, > > A recent OpenStack nova commit make use of virNodeGetCPUMap to get the list > of online cpu of a host. But this API is not implemented for the libvirt > xen driver. > > The commit: > Add handling for offlined CPUs to the nova li

Re: [libvirt] libvirt/libxl implemetation of get_online_cpu / virNodeGetCPUMap?

2015-02-24 Thread Daniel P. Berrange
On Tue, Feb 24, 2015 at 12:41:01PM +, Anthony PERARD wrote: > Hi, > > A recent OpenStack nova commit make use of virNodeGetCPUMap to get the list > of online cpu of a host. But this API is not implemented for the libvirt > xen driver. > > The commit: > Add handling for offlined CPUs to the

[libvirt] libvirt/libxl implemetation of get_online_cpu / virNodeGetCPUMap?

2015-02-24 Thread Anthony PERARD
Hi, A recent OpenStack nova commit make use of virNodeGetCPUMap to get the list of online cpu of a host. But this API is not implemented for the libvirt xen driver. The commit: Add handling for offlined CPUs to the nova libvirt driver. https://review.openstack.org/gitweb?p=openstack/nova.git;a=