On 03/22/2014 06:15 AM, Chen Hanxiao wrote: > We could set memory backing parameters by --memory. > But --memory is designed for memory allocation. > And we could not use clearxml option for memory backing > parameters in --memory. > > This series will add a new option --membacking > and drop related paras in option --memory. > > Chen Hanxiao (2): > remove memoryBacking parameters from --memory > virt-install: Add --membacking option > > man/virt-install.pod | 6 ++++++ > tests/clitest.py | 2 +- > tests/xmlparse.py | 7 +++++-- > virtinst/__init__.py | 1 + > virtinst/cli.py | 18 ++++++++++++++++-- > virtinst/domainmemorybacking.py | 33 +++++++++++++++++++++++++++++++++ > virtinst/guest.py | 4 ++-- > 7 files changed, 64 insertions(+), 7 deletions(-) > create mode 100644 virtinst/domainmemorybacking.py > I'm currently working on getting another release out, so I've pushed these now with a few follow up changes. The main one was renaming the option to --memorybacking, to be more consistent with the --memory option, and the XML block name. Thanks, Cole _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list