summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorMATSUDA Daiki <matsudadik@intellilink.co.jp>2012-08-23 12:29:23 +0900
committerDaniel Veillard <veillard@redhat.com>2012-08-23 18:13:15 +0800
commit8bb5259a2d59b8c1d9dc264b70b7f7dea99d3254 (patch)
treed997a659c1ea94d1f4c33baf440cb2c5b7c36741 /generator.py
parentcefb1499d9e55c16a9b72bcb23ca5617cda4f065 (diff)
downloadlibvirt-python-split-8bb5259a2d59b8c1d9dc264b70b7f7dea99d3254.tar.gz
libvirt-python-split-8bb5259a2d59b8c1d9dc264b70b7f7dea99d3254.tar.xz
libvirt-python-split-8bb5259a2d59b8c1d9dc264b70b7f7dea99d3254.zip
agent: add virDrvDomainQemuAgentCommand prototype for drivers.
Add virDrvDomainQemuAgentCommand prototype for drivers. Add virDomainQemuAgentCommand() for virDrvDomainQemuAgentCommand. Signed-off-by: MATSUDA Daiki <matsudadik@intellilink.co.jp>
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index 1f87195..7beb361 100755
--- a/generator.py
+++ b/generator.py
@@ -431,6 +431,7 @@ skip_impl = (
qemu_skip_impl = (
'virDomainQemuMonitorCommand',
+ 'virDomainQemuAgentCommand',
)