2010/10/12 Eric Blake <eblake(a)redhat.com>:
On 10/12/2010 01:29 PM, Matthias Bolte wrote:
>
> 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 | 28 ++++++++++++++++++++++++++++
> python/libvirt-override.c | 6 ++++--
> src/remote_protocol-structs | 35 +++++++++++++++++++++++++++++++++++
> src/vbox/vbox_tmpl.c | 6 ++++--
> src/xenapi/xenapi_driver.c | 2 ++
> 5 files changed, 73 insertions(+), 4 deletions(-)
ACK.
Thanks, pushed.
Matthias