mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-08-04 12:21:57 +03:00
Add support for virConnectBaselineHypervisorCPU
The python bindings for this API cannot be generated because are generator is not capable of handling string arrays (char **) parameters. https://bugzilla.redhat.com/show_bug.cgi?id=1584676 Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@ -488,6 +488,7 @@ skip_impl = (
|
||||
'virDomainGetPerfEvents',
|
||||
'virDomainSetPerfEvents',
|
||||
'virDomainGetGuestVcpus',
|
||||
'virConnectBaselineHypervisorCPU',
|
||||
)
|
||||
|
||||
lxc_skip_impl = (
|
||||
|
Reference in New Issue
Block a user