libvirt/src/parallels
Alexander Burluka e721e9e6bd Parallels: add domainGetVcpus()
OpenStack Nova requires this function
to start VM instance. Cpumask info is obtained via prlctl utility.
Unlike KVM, Parallels Cloud Server is unable to set cpu affinity
mask for every VCpu. Mask is unique for all VCpu. You can set it
using 'prlctl set <vm_id|vm_name> --cpumask <{n[,n,n1-n2]|all}>'
command. For example, 'prlctl set SomeDomain --cpumask 0,1,5-7'
would set this mask to yy---yyy.

Signed-off-by: Eric Blake <eblake@redhat.com>
2014-06-06 06:29:52 -06:00
..
parallels_driver.c Parallels: add domainGetVcpus() 2014-06-06 06:29:52 -06:00
parallels_driver.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
parallels_network.c network: fix virNetworkObjAssignDef and persistence 2014-04-27 11:02:05 +03:00
parallels_storage.c drivers: use virDirRead API 2014-04-28 17:52:45 -06:00
parallels_utils.c Indent top-level labels by one space in src/parallels/ 2014-03-25 14:58:39 +01:00
parallels_utils.h Parallels: add domainGetVcpus() 2014-06-06 06:29:52 -06:00