Re: [libvirt] [PATCH 2/3] conf: Initialize the pinning policy for vcpus

2012-10-11 Thread Osier Yang
On 2012年10月10日 23:34, Martin Kletzander wrote: On 10/10/2012 01:14 PM, Osier Yang wrote: There are two branches to specifiy the pinning policy for vcpus. 1) def-cpuset: vcpu cpuset='0-10,^6'6/vcpu 2) def-cputune.vcpupins: cputune vcpupin vcpuid='1' cpuset='0-5'/ /cputune

[libvirt] [PATCH 2/3] conf: Initialize the pinning policy for vcpus

2012-10-10 Thread Osier Yang
There are two branches to specifiy the pinning policy for vcpus. 1) def-cpuset: vcpu cpuset='0-10,^6'6/vcpu 2) def-cputune.vcpupins: cputune vcpupin vcpuid='1' cpuset='0-5'/ /cputune def-cputune.vcpupins only maintains the pinning policy only for vcpus have vcpupin specified

Re: [libvirt] [PATCH 2/3] conf: Initialize the pinning policy for vcpus

2012-10-10 Thread Martin Kletzander
On 10/10/2012 01:14 PM, Osier Yang wrote: There are two branches to specifiy the pinning policy for vcpus. 1) def-cpuset: vcpu cpuset='0-10,^6'6/vcpu 2) def-cputune.vcpupins: cputune vcpupin vcpuid='1' cpuset='0-5'/ /cputune def-cputune.vcpupins only maintains the

Re: [libvirt] [PATCH 2/3] conf: Initialize the pinning policy for vcpus

2012-10-10 Thread Eric Blake
On 10/10/2012 09:34 AM, Martin Kletzander wrote: On 10/10/2012 01:14 PM, Osier Yang wrote: There are two branches to specifiy the pinning policy for vcpus. 1) def-cpuset: vcpu cpuset='0-10,^6'6/vcpu 2) def-cputune.vcpupins: cputune vcpupin vcpuid='1' cpuset='0-5'/

Re: [libvirt] [PATCH 2/3] conf: Initialize the pinning policy for vcpus

2012-10-10 Thread Osier Yang
On 2012年10月10日 23:34, Martin Kletzander wrote: On 10/10/2012 01:14 PM, Osier Yang wrote: There are two branches to specifiy the pinning policy for vcpus. 1) def-cpuset: vcpu cpuset='0-10,^6'6/vcpu 2) def-cputune.vcpupins: cputune vcpupin vcpuid='1' cpuset='0-5'/ /cputune