Skip python bindings for virDomainBlockPeek and virDomainMemoryPeek

* python/generator.py: skip generation for virDomainBlockPeek and
  virDomainMemoryPeek as they break the build
Daniel
This commit is contained in:
Daniel Veillard 2008-07-25 12:37:06 +00:00
parent 31ac8125b8
commit 5ee15074af
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -313,6 +313,8 @@ skip_impl = (
'virStorageVolGetInfo',
'virStoragePoolGetAutostart',
'virStoragePoolListVolumes',
'virDomainBlockPeek',
'virDomainMemoryPeek',
)