Re: [libvirt] [PATCH 05/17] Support hypervisorpin xml parse.

2012-08-07 Thread Hu Tao
On Mon, Aug 06, 2012 at 04:51:49PM -0600, Eric Blake wrote: On 08/03/2012 12:36 AM, Hu Tao wrote: From: Tang Chen tangc...@cn.fujitsu.com This patch adds a new xml element hypervisorpin cpuset='1', I would mention that this is a sibling to the existing vcpupin element under the

Re: [libvirt] [PATCH 05/17] Support hypervisorpin xml parse.

2012-08-06 Thread Eric Blake
On 08/03/2012 12:36 AM, Hu Tao wrote: From: Tang Chen tangc...@cn.fujitsu.com This patch adds a new xml element hypervisorpin cpuset='1', I would mention that this is a sibling to the existing vcpupin element under the cputune. and also the parser functions, docs, and tests. hypervisorpin

[libvirt] [PATCH 05/17] Support hypervisorpin xml parse.

2012-08-03 Thread Hu Tao
From: Tang Chen tangc...@cn.fujitsu.com This patch adds a new xml element hypervisorpin cpuset='1', and also the parser functions, docs, and tests. hypervisorpin means pinning hypervisor threads, and cpuset = '1' means pinning all hypervisor threads to cpu 1. Signed-off-by: Tang Chen