[libvirt] [PATCH 0/2] Add virsh commands to modify cpu node and model node of a domain XML

Ken ICHIKAWA ichikawa.ken at jp.fujitsu.com
Tue Dec 25 08:40:44 UTC 2012


From: Ken ICHIKAWA <ichikawa.ken at jp.fujitsu.com>

This patchset adds two virsh commands, "confcpu" and "confcpu-model".

"confcpu" allows to modify 'mode' attirbute and 'match' attribute of
a cpu node of a domain XML.
"confcpu-model" allows to modify cpu model, 'fallback' attribute and
'vendor_id' attribute of a model node of a domain XML.

By using these commands, we can easily change cpu mode, model and etc. by
hand or shellscript without editing XML.

Ken ICHIKAWA (2):
  virsh: Add a new command "confcpu"
  virsh: Add a new command "confcpu-model"

 tools/virsh-domain.c | 411 +++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/virsh.pod      |  51 +++++++
 2 files changed, 462 insertions(+)

-- 
1.7.11.7





More information about the libvir-list mailing list