Re: [libvirt] [PATCH 0/4] RFC: vcpupin: some improvements of virsh vcpupin command

2011-06-20 Thread Wen Congyang
At 06/10/2011 02:27 PM, Taku Izumi Write: Hi all, I'll resend this patchset because what sent yesterday was broken. Sorry to be a nuisance. --- This patchset improves virsh vcpupin command like the following: (i) introduce special markup - and ^ which are similar to XML schema

[libvirt] [PATCH 0/4] RFC: vcpupin: some improvements of virsh vcpupin command

2011-06-10 Thread Taku Izumi
Hi all, I'll resend this patchset because what sent yesterday was broken. Sorry to be a nuisance. --- This patchset improves virsh vcpupin command like the following: (i) introduce special markup - and ^ which are similar to XML schema of cpuset attribute # virsh vcpupin VM 0 0-8,^4

[libvirt] [PATCH 0/4] RFC: vcpupin: some improvements of virsh vcpupin command

2011-06-08 Thread Taku Izumi
Hi all, This patchset improves virsh vcpupin command like the following: (i) introduce special markup - and ^ which are similar to XML schema of cpuset attribute # virsh vcpupin VM 0 0-8,^4 --config # virsh dumpxml VM ... vcpu4/vcpu cputune vcpupin vcpu='0' cpuset='0-3,5-8'/