]> xenbits.xensource.com Git - libvirt.git/commit
qemu: Remove maximum cpu limit when setting processor count using the API
authorPeter Krempa <pkrempa@redhat.com>
Fri, 7 Sep 2012 12:46:53 +0000 (14:46 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 5 Apr 2013 13:36:00 +0000 (15:36 +0200)
commitce65b435899066243c303dd1cefd671de46ae592
tree1be2b24e8a190fe6d5294920582ee9adba8b2d62
parent56f27b3bbcbb45a025b8471cafabad8e1928cf15
qemu: Remove maximum cpu limit when setting processor count using the API

When setting processor count for a domain using the API libvirt enforced
a maximum processor count, while it isn't enforced when taking the XML path.

This patch removes the check to match the XML.
src/qemu/qemu_driver.c