[libvirt] [PATCH 07/13] virsh: Split cmds to manage host interface from virsh.c

Peter Krempa pkrempa at redhat.com
Wed Jul 25 14:27:51 UTC 2012


On 07/24/12 11:18, Osier Yang wrote:
> Commands to manage host interface are moved from virsh.c to
> virsh-interface.c, with a few helpers for interface command use.
>
> * virsh.c: Remove interface commands and a few helpers.
>             (vshCommandOptInterface, vshCommandOptInterfaceBy)
> * virsh-interface.c: New file, filled with interface commands its helpers.
> ---
>   tools/virsh-interface.c | 1000 +++++++++++++++++++++++++++++++++++
>   tools/virsh.c           | 1333 +++++++----------------------------------------
>   2 files changed, 1177 insertions(+), 1156 deletions(-)
>   create mode 100644 tools/virsh-interface.c
>

ACK,

Peter.




More information about the libvir-list mailing list