search for: virdomainpinvcpuflags

Displaying 3 results from an estimated 3 matches for "virdomainpinvcpuflags".

2013 Jul 19
2
How to insert vcpupin in guest xml file
Hi all, I am trying to add vcpupin in the guest xml file. I am working with openstack and the code I have is python bound. I investigated through the code and found that the elemets in xml file are set in get_guest_config function. Now the thing is I am not able to set vcpupin element. I mean I tried guest.cputune_vcpupin but it's not working. Help me out, please! Thanks.   ~Peeyush Gupta
2013 Sep 09
0
Re: How to insert vcpupin in guest xml file
...iled', dom=self) return ret def pinVcpuFlags(self, vcpu, cpumap, flags): """Dynamically change the real CPUs which can be allocated to a virtual CPU. This function requires privileged access to the hypervisor. """ ret = libvirtmod.virDomainPinVcpuFlags(self._o, vcpu, cpumap, flags) if ret == -1: raise libvirtError ('virDomainPinVcpuFlags() failed', dom=self) return ret ....... > > Help me out, please! > Thanks. > ~Peeyush Gupta > > > _______________________________________________ > libvirt-use...
2014 Dec 10
1
How to use blockcopy in libvirt-java
Hi, ALL, I just look for the class and method to use blockcopy in libvirt-java on this page: http://libvirt.org/sources/java/javadoc/ However, I can not find out. Libvirt-java Support blockcopy ? Thanks. Best Regards, Star Guo