I hava a problem that in windows 7 VM about the number of vCPU. Then I set up 
windows instance and give it 8cores, and in windonw7 Device Manager I check out 
that there are 8 cores. But In cmd.exe execute “wmic->cpu get *" find it out 
that there are 2 single core, I don't know Why.  And I modify 
/etc/libvirt/qemu/instance-*.xml as follow:
<vcpu>8</vcpu>
 <cpu>
     <topology sockets='1' cores='4' threads='2'/>
 </cpu>
But this is modified after VM is set up. In according to my need, before VM 
setting up, VM can be given 8 cores not 2 single core.




shenwei9008
_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to