]> xenbits.xensource.com Git - libvirt.git/commit
Added check for maximum number of vcpus exceeding topology limit
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 12 Jan 2012 10:11:33 +0000 (11:11 +0100)
committerEric Blake <eblake@redhat.com>
Thu, 12 Jan 2012 23:02:08 +0000 (16:02 -0700)
commitb54de0830a1bd236c07f729a4592d77251c1b5a3
tree483471e8639bdec602500a42272eaed930277a61
parent29db7a0072df10e4adbe99f452afd9503317ec35
Added check for maximum number of vcpus exceeding topology limit

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.
AUTHORS
src/conf/domain_conf.c