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

2012-07-10 Thread tangchen
This patch adds a new xml element , 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 --- docs/schemas/domaincommon.rng |7 ++ src/conf/dom

[libvirt] [PATCH 05/13] Support hypervisorpin xml parse

2012-06-05 Thread tangchen
This patch adds a new xml element , and also the parser functions, docs, and tests. Signed-off-by: Tang Chen --- docs/schemas/domaincommon.rng |7 ++ src/conf/domain_conf.c | 97 ++- src/conf/domain_conf.h