1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2025-08-02 04:21:59 +03:00

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.
This commit is contained in:
Jiri Denemark
2011-05-24 11:28:50 +03:00
parent b3ad3d4c82
commit 9dd7a8d101
3 changed files with 34 additions and 0 deletions

View File

@ -312,6 +312,7 @@ skip_impl = (
'virGetLastError',
'virDomainGetInfo',
'virDomainGetState',
'virDomainGetControlInfo',
'virDomainGetBlockInfo',
'virDomainGetJobInfo',
'virNodeGetInfo',