1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-12-07 04:24:28 +03:00

virDomainGetDiskErrors public API

We already provide ways to detect when a domain has been paused as a
result of I/O error, but there was no way of getting the exact error or
even the device that experienced it.  This new API may be used for both.
This commit is contained in:
Jiri Denemark
2012-01-31 07:41:53 +01:00
parent a89bb7d75a
commit 02af3e13b2
5 changed files with 107 additions and 1 deletions

View File

@@ -423,7 +423,8 @@ skip_impl = (
'virDomainGetBlockIoTune',
'virDomainSetInterfaceParameters',
'virDomainGetInterfaceParameters',
'virDomainGetCPUStats' # not implemented now.
'virDomainGetCPUStats', # not implemented now.
'virDomainGetDiskErrors',
)
qemu_skip_impl = (