summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorJiri Denemark <jdenemar@redhat.com>2011-05-24 11:28:50 +0300
committerJiri Denemark <jdenemar@redhat.com>2011-06-16 18:26:12 +0200
commit9dd7a8d1018bf1dfcaa6dc13087cb6e16da706b4 (patch)
treeb3a8134b13148c76fcaaa97f2b9183b824efb2cd /generator.py
parentb3ad3d4c8241b4f6680f9ca1c9df2ff7a64de155 (diff)
downloadlibvirt-python-split-9dd7a8d1018bf1dfcaa6dc13087cb6e16da706b4.tar.gz
libvirt-python-split-9dd7a8d1018bf1dfcaa6dc13087cb6e16da706b4.tar.xz
libvirt-python-split-9dd7a8d1018bf1dfcaa6dc13087cb6e16da706b4.zip
Introduce virDomainGetControlInfo API
The API can be used to query current state of an interface to VMM used to control a domain. In QEMU world this translates into monitor connection.
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 39c3ca7..cf5ceb5 100755
--- a/generator.py
+++ b/generator.py
@@ -312,6 +312,7 @@ skip_impl = (
'virGetLastError',
'virDomainGetInfo',
'virDomainGetState',
+ 'virDomainGetControlInfo',
'virDomainGetBlockInfo',
'virDomainGetJobInfo',
'virNodeGetInfo',