[libvirt] [PATCH v4 3/4] virt-shell: Move generic commands implementation to vsh.c

Michal Privoznik mprivozn at redhat.com
Fri Aug 14 13:31:32 UTC 2015


On 14.08.2015 15:24, Erik Skultety wrote:
> Generic commands like 'help', 'cd', 'pwd',etc. can be reused by any
> client, so the clients should profit from this implementation rather
> than providing their own similar implementation (if it's not intensional
> and there's a reason for this)
> ---
>  tools/virsh.c | 351 +++++-----------------------------------------------------
>  tools/vsh.c   | 245 ++++++++++++++++++++++++++++++++++++++++
>  tools/vsh.h   |  71 ++++++++++++
>  3 files changed, 346 insertions(+), 321 deletions(-)
> 

ACK

Michal




More information about the libvir-list mailing list