[libvirt] [PATCH 13/13] Improve vcpupin to support hypervisorpin dynically.

2012-07-10 Thread tangchen
Modify vcpupin command to support hypervisor threads pin. 1) add "--hypervisor" option to get hypervisor threads info. 2) add "--hypervisor cpuset" to set hypervisor threads to specified cpuset. Signed-off-by: Tang Chen --- tests/vcpupin |6 +-- tools/virsh.c | 147 +

[libvirt] [PATCH 13/13] Improve vcpupin to support hypervisorpin dynically

2012-06-05 Thread tangchen
Signed-off-by: Tang Chen --- tests/vcpupin |6 +- tools/virsh.c | 145 +-- tools/virsh.pod | 16 -- 3 files changed, 110 insertions(+), 57 deletions(-) diff --git a/tests/vcpupin b/tests/vcpupin index 5952862..ffd16fa 100755 ---