[libvirt] [python PATCH 5/5] DO NOT APPLY: Fix build with missing virDomainBlockCopy API

Peter Krempa pkrempa at redhat.com
Thu Aug 28 16:32:18 UTC 2014


---
 generator.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/generator.py b/generator.py
index 3642838..a88c146 100755
--- a/generator.py
+++ b/generator.py
@@ -551,6 +551,7 @@ skip_function = (
     "virStorageVolGetConnect",
     "virDomainSnapshotGetConnect",
     "virDomainSnapshotGetDomain",
+    'virDomainBlockCopy',

     # only useful in C code, python code uses dict for typed parameters
     "virTypedParamsAddBoolean",
-- 
2.0.2




More information about the libvir-list mailing list