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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to