]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Skip python bindings for virDomainBlockPeek and virDomainMemoryPeek
authorDaniel Veillard <veillard@redhat.com>
Fri, 25 Jul 2008 12:37:06 +0000 (12:37 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 25 Jul 2008 12:37:06 +0000 (12:37 +0000)
* python/generator.py: skip generation for virDomainBlockPeek and
  virDomainMemoryPeek as they break the build
Daniel

ChangeLog
python/generator.py

index d769ac2d6720c49ddffda9edb8dd0b624794612b..25fb90eec75782d49e77aa81e9e8b9555d124066 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 25 14:35:47 CEST 2008 Daniel Veillard <veillard@redhat.com>
+
+       * python/generator.py: skip generation for virDomainBlockPeek and
+         virDomainMemoryPeek as they break the build
+
 Fri Jul 25 11:45:27 BST 2008 Daniel P. Berrange <berrange@redhat.com>
 
        Convert XenD SEXPR->XML convesion to new domain XML APIs
index 1514c026d13330668dd9ccb061a154424c9f7058..01a17da512b0743f1884439cd7854bde86d13375 100755 (executable)
@@ -313,6 +313,8 @@ skip_impl = (
     'virStorageVolGetInfo',
     'virStoragePoolGetAutostart',
     'virStoragePoolListVolumes',
+    'virDomainBlockPeek',
+    'virDomainMemoryPeek',
 )