Re: [libvirt-users] How to insert vcpupin in guest xml file

2013-09-09 Thread hzguanqi...@corp.netease.com
Hi Peeyush, I also added vcpupin setting for my vm started by openstack. You can add the configure into xml just like one of the following two formats: 3 OR Wish this can help you. On 2013-09-09 11:39 , hongming wrote: On 07/19/2013 04:51 PM, Peeyush Gupta wrote: Hi all

Re: [libvirt-users] How to insert vcpupin in guest xml file

2013-09-08 Thread hongming
On 07/19/2013 04:51 PM, Peeyush Gupta wrote: 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