]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix several minor problems introduced by the memtune series
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 12 Oct 2010 19:24:11 +0000 (21:24 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 12 Oct 2010 19:24:11 +0000 (21:24 +0200)
commit43c2c61f689948aaf18ecbd48b3fd71f3275695a
tree1768a95c902a45e3f357a4e9427f93c562f51bbe
parentf928f43b7b4a322d78f35c385e44922ea6c860fb
Fix several minor problems introduced by the memtune series

Add proper documentation to the new VIR_DOMAIN_MEMORY_* macros in
libvirt.h.in to placate apibuild.py.

Mark args as unused in for libvirt_virDomain{Get,Set}MemoryParameters
in the Python bindings and add both to the libvirtMethods array.

Update remote_protocol-structs to placate make syntax-check.

Undo unintended modifications in vboxDomainGetInfo.

Update the function table of the VirtualBox and XenAPI drivers.
include/libvirt/libvirt.h.in
python/libvirt-override.c
src/remote_protocol-structs
src/vbox/vbox_tmpl.c
src/xenapi/xenapi_driver.c