python: Add python bindings for virDomainMemoryStatsv0.7.5
commitd8d01cc94ce4a2955ef272319429dfd5a3e9df01
authorAdam Litke <agl@us.ibm.com>
Sun, 20 Dec 2009 12:48:37 +0000 (20 13:48 +0100)
committerDaniel Veillard <veillard@redhat.com>
Sun, 20 Dec 2009 12:48:37 +0000 (20 13:48 +0100)
tree5e46f75739b9571a7b5c2ca1bddb46f5b07f0cf2
parent07a2265dcf190856752bf659ef7e93fd9060e8c4
python: Add python bindings for virDomainMemoryStats

Enable virDomainMemoryStats in the python API.  dom.memoryStats() will return a
dictionary containing the supported statistics.  A dictionary is required
because the meaining of each quantity cannot be inferred from its index in a
list.

* python/generator.py: reenable bindings for this entry point
* python/libvirt-override-api.xml python/libvirt-override.c: the
  generator can't handle this new function, add the new binding,
  and the XML description
generator.py
libvirt-override-api.xml
libvirt-override.c