diff options
author | Taku Izumi <izumi.taku@jp.fujitsu.com> | 2011-07-25 14:57:33 +0800 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2011-07-25 14:57:33 +0800 |
commit | c9e6fa3607fd92539453f9ce0e85c1f3e6db62a7 (patch) | |
tree | 0d81a75c45aa199dc92de7a0645f81a5160ec56d /libvirt-override-api.xml | |
parent | 70fd735f5a4c15e08b620ccaefb45d5eb5fbc182 (diff) | |
download | libvirt-python-v6-c9e6fa3607fd92539453f9ce0e85c1f3e6db62a7.tar.gz libvirt-python-v6-c9e6fa3607fd92539453f9ce0e85c1f3e6db62a7.tar.xz libvirt-python-v6-c9e6fa3607fd92539453f9ce0e85c1f3e6db62a7.zip |
python: add Python binding for virDomainGetSchedulerParametersFlags API
This patch adds the Python bindings for
virDomainGetSchedulerParametersFlags API.
Diffstat (limited to 'libvirt-override-api.xml')
-rw-r--r-- | libvirt-override-api.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index 730f695..0dca045 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -180,6 +180,13 @@ <arg name='domain' type='virDomainPtr' info='pointer to domain object'/> <arg name='params' type='virSchedParameterPtr' info='pointer to scheduler parameter objects'/> </function> + <function name='virDomainSetSchedulerParametersFlags' file='python'> + <info>Change the scheduler parameters</info> + <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='virSchedParameterPtr' info='pointer to scheduler parameter objects'/> + <arg name='flags' type='int' info='an OR'ed set of virDomainModificationImpact'/> + </function> <function name='virDomainSetBlkioParameters' file='python'> <info>Change the blkio tunables</info> <return type='int' info='-1 in case of error, 0 in case of success.'/> |