summaryrefslogtreecommitdiffstats
path: root/generator.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2007-09-30 13:48:31 +0000
committerDaniel Veillard <veillard@redhat.com>2007-09-30 13:48:31 +0000
commit03c33f098186e38f4da8ae479678a34502b1ed5e (patch)
treea47b8a6b44e17b9fd63c0f659df810e37b375dff /generator.py
parenta4e8e2c99ad3f5d8fe01885caedc95e303eec5e8 (diff)
downloadlibvirt-python-v6-03c33f098186e38f4da8ae479678a34502b1ed5e.tar.gz
libvirt-python-v6-03c33f098186e38f4da8ae479678a34502b1ed5e.tar.xz
libvirt-python-v6-03c33f098186e38f4da8ae479678a34502b1ed5e.zip
- Update to 0.3.3 - Avahi support - NUMA support - APIs for collecting statistics on disks and interfaces - API for domains migration - localtime clock support - PS/2 and USB input devices - Secure remote access support - unification of daemons - lots of assorted improvements, bugfixes and cleanups - documentation and localization improvements - Resolves: rhbz#223833 - Resolves: rhbz#235851 - Resolves: rhbz#251641 - Resolves: rhbz#251706 - Resolves: rhbz#253494 - Resolves: rhbz#254051 - Resolves: rhbz#273421 - Resolves: rhbz#306931 - Resolves: rhbz#328841 - Resolves: rhbz#346281
Diffstat (limited to 'generator.py')
-rwxr-xr-xgenerator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator.py b/generator.py
index bf384e1..5d94ec9 100755
--- a/generator.py
+++ b/generator.py
@@ -278,6 +278,7 @@ skip_impl = (
'virNetworkLookupByUUID',
'virDomainBlockStats',
'virDomainInterfaceStats',
+ 'virNodeGetCellsFreeMemory',
)
def skip_function(name):