mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-10 07:25:56 -06:00
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:
parent
31ac8125b8
commit
5ee15074af
@ -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
|
||||
|
@ -313,6 +313,8 @@ skip_impl = (
|
||||
'virStorageVolGetInfo',
|
||||
'virStoragePoolGetAutostart',
|
||||
'virStoragePoolListVolumes',
|
||||
'virDomainBlockPeek',
|
||||
'virDomainMemoryPeek',
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user