[libvirt] [PATCH 1/1] Added check for maximum number of vcpus exceeding topology limit

2012-01-11 Thread Martin Kletzander
Earlier, when the number of vcpus was greater than the topology allowed, libvirt didn't raise an error and continued, resulting in running qemu with parameters making no sense. Even though qemu did not report any error itself, the number of vcpus was set to maximum allowed by the topology. ---

Re: [libvirt] [PATCH 1/1] Added check for maximum number of vcpus exceeding topology limit

2012-01-11 Thread Eric Blake
On 01/11/2012 09:10 AM, Martin Kletzander wrote: Earlier, when the number of vcpus was greater than the topology allowed, libvirt didn't raise an error and continued, resulting in running qemu with parameters making no sense. Even though qemu did not report any error itself, the number of