summaryrefslogtreecommitdiffstats
path: root/libvirt-qemu-override-api.xml
diff options
context:
space:
mode:
authorMATSUDA Daiki <matsudadik@intellilink.co.jp>2012-08-23 12:29:26 +0900
committerDaniel Veillard <veillard@redhat.com>2012-08-23 19:07:53 +0800
commit55eb5dac68a890a301c64a50253f15350996c511 (patch)
tree8ae0bce30d66db03a29e4494bb2b1a18e4e6cd3b /libvirt-qemu-override-api.xml
parent8bb5259a2d59b8c1d9dc264b70b7f7dea99d3254 (diff)
downloadlibvirt-python-split-55eb5dac68a890a301c64a50253f15350996c511.tar.gz
libvirt-python-split-55eb5dac68a890a301c64a50253f15350996c511.tar.xz
libvirt-python-split-55eb5dac68a890a301c64a50253f15350996c511.zip
agent: add python module supportv0.10.1v0.10.0-rc2v0.10.0
Add virDomainQemuAgentCommand() support function to python module. Signed-off-by: MATSUDA Daiki <matsudadik@intellilink.co.jp>
Diffstat (limited to 'libvirt-qemu-override-api.xml')
-rw-r--r--libvirt-qemu-override-api.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/libvirt-qemu-override-api.xml b/libvirt-qemu-override-api.xml
index d69acea..ca0dae9 100644
--- a/libvirt-qemu-override-api.xml
+++ b/libvirt-qemu-override-api.xml
@@ -8,5 +8,13 @@
<arg name='cmd' type='const char *' info='the command which will be passed to QEMU monitor'/>
<arg name='flags' type='unsigned int' info='an OR&apos;ed set of virDomainQemuMonitorCommandFlags'/>
</function>
+ <function name='virDomainQemuAgentCommand' file='python-qemu'>
+ <info>Send a Guest Agent command to domain</info>
+ <return type='str *' info='the command output'/>
+ <arg name='domain' type='virDomainPtr' info='pointer to the domain'/>
+ <arg name='cmd' type='const char *' info='guest agent command on domain'/>
+ <arg name='timeout' type='int' info='timeout seconds'/>
+ <arg name='flags' type='unsigned int' info='execution flags'/>
+ </function>
</symbols>
</api>