]> git.ipfire.org Git - thirdparty/libvirt.git/commit
cputune: Implementations of parsing and formating cputune xml
authorOsier Yang <jyang@redhat.com>
Tue, 29 Mar 2011 13:34:18 +0000 (21:34 +0800)
committerOsier Yang <jyang@redhat.com>
Tue, 29 Mar 2011 14:13:46 +0000 (22:13 +0800)
commitb8853925faccdecd59655142b61bdcd00716e03a
treeca24e5b86d6efa8d91e1b0234c603c3aeafa2fcb
parent853f0fdfd922ac4c8826f521c9c0097ecee3ee28
cputune: Implementations of parsing and formating cputune xml

Implementations of following functions:
  virDomainVcpupinIsDuplicate
  virDomainVcpupinFindByVcpu
  virDomainVcpupinAdd

Update "virDomainDefParseXML" to parse, and "virDomainDefFormatXML"
to build cputune xml, also implementations of new internal helper
functions.

v1 - v2:
  * Resolve potential crash bug of "virDomainVcpupinAdd"
src/conf/domain_conf.c