[libvirt] [PATCH 1/3] Parallels: add domainGetVcpus().

Daniel P. Berrange berrange at redhat.com
Thu Jun 5 13:57:13 UTC 2014


On Thu, Jun 05, 2014 at 09:50:04AM +0400, Alexander Burluka wrote:
> From: A.Burluka <aburluka at parallels.com>
> 
> 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.
> ---
>  src/parallels/parallels_driver.c |   93 ++++++++++++++++++++++++++++++++++++-
>  src/parallels/parallels_utils.h  |    1 +
>  2 files changed, 91 insertions(+), 3 deletions(-)

ACK looks much nicer with this virBitmap usage


Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list