mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-12-20 00:24:48 +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