From 0f3f82e8be5a814c42b1dcf2def1884a505e6fa8 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Thu, 31 May 2018 17:14:25 +0200 Subject: Add support for virConnectBaselineHypervisorCPU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ján Tomko --- libvirt-override-api.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index b63a403..36d3577 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -717,5 +717,16 @@ + + Computes the most feature-rich CPU which is compatible with all given CPUs and can be provided by the specified hypervisor. + + + + + + + + + -- cgit v1.2.1