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:
@ -312,6 +312,7 @@ skip_impl = (
|
||||
'virGetLastError',
|
||||
'virDomainGetInfo',
|
||||
'virDomainGetState',
|
||||
'virDomainGetControlInfo',
|
||||
'virDomainGetBlockInfo',
|
||||
'virDomainGetJobInfo',
|
||||
'virNodeGetInfo',
|
||||
|
Reference in New Issue
Block a user