[libvirt] [PATCH 2/6] list: Implemente RPC calls for virStoragePoolListAllVolumes

Peter Krempa pkrempa at redhat.com
Fri Sep 7 13:34:06 UTC 2012


s/Implemente/implement in subject

On 09/04/12 17:32, Osier Yang wrote:
> The RPC generator doesn't returning support list of object, this
> patch do the work manually.
>
>    * daemon/remote.c:
>      Implemente the server side handler remoteDispatchStoragePoolListAllVolumes
>
>    * src/remote/remote_driver.c:
>      Add remote driver handler remoteStoragePoolListAllVolumes
>
>    * src/remote/remote_protocol.x:
>      New RPC procedure REMOTE_PROC_STORAGE_POOL_LIST_ALL_VOLUMES and
>      structs to represent the args and ret for it.
>
>    * src/remote_protocol-structs: Likewise.
> ---
>   daemon/remote.c              |   58 ++++++++++++++++++++++++++++++++++++
>   src/remote/remote_driver.c   |   66 ++++++++++++++++++++++++++++++++++++++++++
>   src/remote/remote_protocol.x |   14 ++++++++-
>   src/remote_protocol-structs  |   13 ++++++++
>   4 files changed, 150 insertions(+), 1 deletions(-)
>

Otherwise looks OK. ACK

Peter




More information about the libvir-list mailing list