Re: [libvirt] [PATCH] qemu: Allow use of hot plugged host CPUs if no affinity set

2016-11-24 Thread Martin Kletzander
On Thu, Nov 24, 2016 at 02:56:35PM +0100, Viktor Mihajlovski wrote: On 24.11.2016 14:26, Martin Kletzander wrote: On Wed, Nov 23, 2016 at 12:03:22PM -0500, John Ferlan wrote: On 11/04/2016 04:01 AM, Viktor Mihajlovski wrote: Running VMs couldn't use newly hot plugged host CPUs even if the VM

Re: [libvirt] [PATCH] qemu: Allow use of hot plugged host CPUs if no affinity set

2016-11-24 Thread Viktor Mihajlovski
On 24.11.2016 14:26, Martin Kletzander wrote: > On Wed, Nov 23, 2016 at 12:03:22PM -0500, John Ferlan wrote: >> >> >> On 11/04/2016 04:01 AM, Viktor Mihajlovski wrote: >>> Running VMs couldn't use newly hot plugged host CPUs even if >>> the VMs had no CPU pinning defined AND the cpuset controller

Re: [libvirt] [PATCH] qemu: Allow use of hot plugged host CPUs if no affinity set

2016-11-24 Thread Martin Kletzander
On Wed, Nov 23, 2016 at 12:03:22PM -0500, John Ferlan wrote: On 11/04/2016 04:01 AM, Viktor Mihajlovski wrote: Running VMs couldn't use newly hot plugged host CPUs even if the VMs had no CPU pinning defined AND the cpuset controller was disabled in the libvirt qemu configuration. Add blank l

Re: [libvirt] [PATCH] qemu: Allow use of hot plugged host CPUs if no affinity set

2016-11-24 Thread Viktor Mihajlovski
On 23.11.2016 18:03, John Ferlan wrote: > > > On 11/04/2016 04:01 AM, Viktor Mihajlovski wrote: >> Running VMs couldn't use newly hot plugged host CPUs even if the VMs >> had no CPU pinning defined AND the cpuset controller was disabled in >> the libvirt qemu configuration. > > Add blank lines b

Re: [libvirt] [PATCH] qemu: Allow use of hot plugged host CPUs if no affinity set

2016-11-23 Thread John Ferlan
On 11/04/2016 04:01 AM, Viktor Mihajlovski wrote: > Running VMs couldn't use newly hot plugged host CPUs even if the VMs > had no CPU pinning defined AND the cpuset controller was disabled in > the libvirt qemu configuration. Add blank lines between paragraphs - just makes it easier to read. >

Re: [libvirt] [PATCH] qemu: Allow use of hot plugged host CPUs if no affinity set

2016-11-14 Thread Boris Fiuczynski
Polite ping... On 11/04/2016 09:01 AM, Viktor Mihajlovski wrote: Running VMs couldn't use newly hot plugged host CPUs even if the VMs had no CPU pinning defined AND the cpuset controller was disabled in the libvirt qemu configuration. This was because in this case the process affinity was set by

[libvirt] [PATCH] qemu: Allow use of hot plugged host CPUs if no affinity set

2016-11-04 Thread Viktor Mihajlovski
Running VMs couldn't use newly hot plugged host CPUs even if the VMs had no CPU pinning defined AND the cpuset controller was disabled in the libvirt qemu configuration. This was because in this case the process affinity was set by libvirt to all currently present host CPUs in order to avoid situat