[libvirt] [PATCH 0/4] Several virsh initialization adjustments

Erik Skultety eskultet at redhat.com
Fri Sep 4 11:10:02 UTC 2015


When looking at commit 4fdd873f, I've come to notice, that after my changes to
virsh (834c5720), vshInit always calls vshReadlineInit and that is because
client mode defaults to interactive which might be changed after command line
arguments are parsed. So this series addresses this minor issue and provides
some small tweaks and adjustments.

Erik Skultety (4):
  virsh: Do not make interactive mode default
  vsh: adjust vshInit signature and remove redundant error label
  vsh: Introduce vshInitReload
  vsh: Make vshInitDebug static

 tools/virsh.c | 12 +++++++-----
 tools/vsh.c   | 32 ++++++++++++++++++++++----------
 tools/vsh.h   |  4 ++--
 3 files changed, 31 insertions(+), 17 deletions(-)

-- 
2.4.3




More information about the libvir-list mailing list