virt-install: Add --memtune option

Enterprise / Virtualization / virt-manager - Chen Hanxiao [cn.fujitsu.com] - 24 February 2014 20:02 UTC

This patch provides the ability to tune memroy tunable parameters for the domain. Also add test cases for --memtune option and update man page.

a48f750 virt-install: Add --memtune option
man/virt-install.pod | 9 ++++++++
tests/clitest.py | 1 +
tests/xmlparse-xml/change-guest-out.xml | 6 ++++++
tests/xmlparse.py | 6 ++++++
virtinst/__init__.py | 1 +
virtinst/cli.py | 18 ++++++++++++++++
virtinst/domainmemorytune.py | 35 +++++++++++++++++++++++++++++++
virtinst/guest.py | 4 +++-
8 files changed, 79 insertions(+), 1 deletion(-)

Upstream: git.fedorahosted.org


  • Share