python: add python binding for virDomainSetMemoryParameters

This commit is contained in:
Hu Tao
2011-07-27 10:13:11 +08:00
committed by Michal Privoznik
parent 9b382394d1
commit 26fdb4173b
2 changed files with 92 additions and 3 deletions

View File

@@ -219,6 +219,7 @@
<return type='int' info='-1 in case of error, 0 in case of success.'/>
<arg name='domain' type='virDomainPtr' info='pointer to domain object'/>
<arg name='params' type='virMemoryParameterPtr' info='pointer to memory tunable objects'/>
<arg name='flags' type='int' info='an OR&apos;ed set of virDomainModificationImpact'/>
</function>
<function name='virDomainGetMemoryParameters' file='python'>
<info>Get the memory parameters</info>