Re: [libvirt] [PATCH 1/5] lib: Add API for specific vCPU hot(un)plug

2017-02-22 Thread Peter Krempa
On Wed, Feb 22, 2017 at 12:55:21 +, Daniel Berrange wrote: > On Wed, Feb 22, 2017 at 01:34:54PM +0100, Peter Krempa wrote: > > On Wed, Feb 22, 2017 at 12:16:51 +, Daniel Berrange wrote: > > > On Fri, Feb 10, 2017 at 06:10:18PM +0100, Peter Krempa wrote: > > > > Similarly to domainSetGuestVc

Re: [libvirt] [PATCH 1/5] lib: Add API for specific vCPU hot(un)plug

2017-02-22 Thread Daniel P. Berrange
On Wed, Feb 22, 2017 at 01:34:54PM +0100, Peter Krempa wrote: > On Wed, Feb 22, 2017 at 12:16:51 +, Daniel Berrange wrote: > > On Fri, Feb 10, 2017 at 06:10:18PM +0100, Peter Krempa wrote: > > > Similarly to domainSetGuestVcpus this commit adds API which allows to > > > modify state of individu

Re: [libvirt] [PATCH 1/5] lib: Add API for specific vCPU hot(un)plug

2017-02-22 Thread Peter Krempa
On Wed, Feb 22, 2017 at 12:16:51 +, Daniel Berrange wrote: > On Fri, Feb 10, 2017 at 06:10:18PM +0100, Peter Krempa wrote: > > Similarly to domainSetGuestVcpus this commit adds API which allows to > > modify state of individual vcpus rather than just setting the count. > > > > This allows to e

Re: [libvirt] [PATCH 1/5] lib: Add API for specific vCPU hot(un)plug

2017-02-22 Thread Daniel P. Berrange
On Fri, Feb 10, 2017 at 06:10:18PM +0100, Peter Krempa wrote: > Similarly to domainSetGuestVcpus this commit adds API which allows to > modify state of individual vcpus rather than just setting the count. > > This allows to enable CPUs in specific guest NUMA nodes to achieve any > necessary config

Re: [libvirt] [PATCH 1/5] lib: Add API for specific vCPU hot(un)plug

2017-02-21 Thread Pavel Hrdina
On Fri, Feb 10, 2017 at 06:10:18PM +0100, Peter Krempa wrote: > Similarly to domainSetGuestVcpus this commit adds API which allows to > modify state of individual vcpus rather than just setting the count. > > This allows to enable CPUs in specific guest NUMA nodes to achieve any > necessary config

[libvirt] [PATCH 1/5] lib: Add API for specific vCPU hot(un)plug

2017-02-10 Thread Peter Krempa
Similarly to domainSetGuestVcpus this commit adds API which allows to modify state of individual vcpus rather than just setting the count. This allows to enable CPUs in specific guest NUMA nodes to achieve any necessary configuration. --- include/libvirt/libvirt-domain.h | 5 + src/driver-hy