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

Implement API binding for virDomainSetIOThreadParams

Similar to libvirt_virDomainBlockCopy (and migration API's). Create
the code for the new API.

Signed-off-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
John Ferlan
2018-11-20 11:09:43 -05:00
parent 2b4bd07e0a
commit 9bc102103c
3 changed files with 63 additions and 0 deletions

View File

@ -440,6 +440,7 @@ skip_impl = (
'virDomainPinEmulator',
'virDomainGetIOThreadInfo',
'virDomainPinIOThread',
'virDomainSetIOThreadParams',
'virSecretGetValue',
'virSecretSetValue',
'virSecretGetUUID',