Re: [libvirt] [PATCH 00/13] Support hypervisor-threads-pin in vcpupin.

2012-07-20 Thread tangchen
Hi eric, Would you please take sometime to have a look at these patches ? Thanks. :) On 07/10/2012 02:28 PM, tangchen wrote: > Hi~ > > Users can use vcpupin command to bind a vcpu thread to a specific physical > cpu. > But besides vcpu threads, there are alse some other threads created by qemu

[libvirt] [PATCH 00/13] Support hypervisor-threads-pin in vcpupin.

2012-07-10 Thread tangchen
Hi~ Users can use vcpupin command to bind a vcpu thread to a specific physical cpu. But besides vcpu threads, there are alse some other threads created by qemu (known as hypervisor threads) that could not be explicitly bound to physical cpus. The first 3 patches are from Wen Congyang, which imp

Re: [libvirt] [PATCH 00/13] Support hypervisor-threads-pin in vcpupin.

2012-07-01 Thread tangchen
Hi, Eric On 06/07/2012 03:45 AM, Eric Blake wrote: > On 06/05/2012 02:08 AM, tangchen wrote: >> Hi~ >> >> Users can use vcpupin command to bind a vcpu thread to a specific physical >> cpu. >> But besides vcpu threads, there are alse some other threads created by qemu >> (known as hypervisor thre

Re: [libvirt] [PATCH 00/13] Support hypervisor-threads-pin in vcpupin.

2012-06-28 Thread tangchen
Hi~ If anybody have time to take a look at these patches, please give some comments. Thanks.:) On 06/07/2012 03:45 AM, Eric Blake wrote: > On 06/05/2012 02:08 AM, tangchen wrote: >> Hi~ >> >> Users can use vcpupin command to bind a vcpu thread to a specific physical >> cpu. >> But besides vcpu

Re: [libvirt] [PATCH 00/13] Support hypervisor-threads-pin in vcpupin.

2012-06-06 Thread Eric Blake
On 06/05/2012 02:08 AM, tangchen wrote: > Hi~ > > Users can use vcpupin command to bind a vcpu thread to a specific physical > cpu. > But besides vcpu threads, there are alse some other threads created by qemu > (known as hypervisor threads) that could not be explicitly bound to physical > cpus

[libvirt] [PATCH 00/13] Support hypervisor-threads-pin in vcpupin.

2012-06-05 Thread tangchen
Hi~ Users can use vcpupin command to bind a vcpu thread to a specific physical cpu. But besides vcpu threads, there are alse some other threads created by qemu (known as hypervisor threads) that could not be explicitly bound to physical cpus. The first 3 patches are from Wen Congyang, which imp