]> xenbits.xensource.com Git - libvirt.git/commit
Add new flags for setting memory parameters
authorHu Tao <hutao@cn.fujitsu.com>
Fri, 27 May 2011 07:35:11 +0000 (15:35 +0800)
committerDaniel Veillard <veillard@redhat.com>
Fri, 27 May 2011 07:35:11 +0000 (15:35 +0800)
commit118eac373db60c64ee0034e313ddd35a67caef06
tree000a51ba6aa8305e52c20858c9e620c551113625
parent9c26d6f09ea5f92dc4cd97d9aa9c67f1a64b2f5e
Add new flags for setting memory parameters

The new flags allow to pick current state, config or the live
parameter, with current being the existing API default (0).
This also hooks this to --config, --live, --current parameters for
the memtune virsh command

* include/libvirt/libvirt.h.in: defines the new flags
* tools/virsh.c: adds support at virsh level
* tools/virsh.pod: updates virsh documentation
include/libvirt/libvirt.h.in
tools/virsh.c
tools/virsh.pod