From 4e6c71983c7c2c1c5be242d8d6f713521dfd9152 Mon Sep 17 00:00:00 2001 From: Adam Litke Date: Tue, 14 Jun 2011 09:36:52 -0500 Subject: Enable virDomainBlockPull in the python API. virDomainBlockPullAll and virDomainBlockPullAbort are handled automatically. virDomainBlockPull and virDomainBlockPullInfo require manual overrides since they return a custom type. * python/generator.py: reenable bindings for this entry point * python/libvirt-override-api.xml python/libvirt-override.c: manual overrides Signed-off-by: Adam Litke Acked-by: Daniel P. Berrange --- libvirt-override-api.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libvirt-override-api.xml') diff --git a/libvirt-override-api.xml b/libvirt-override-api.xml index ec08e69..4bdd5de 100644 --- a/libvirt-override-api.xml +++ b/libvirt-override-api.xml @@ -314,5 +314,19 @@ + + Initiate an incremental BlockPull for the given disk + + + + + + + Get progress information for a background BlockPull operation + + + + + -- cgit