[libvirt] [PATCH v3 0/3] virt-shell: v3 diff series

Erik Skultety eskultet at redhat.com
Thu Aug 13 11:39:01 UTC 2015


v3:
- renamed virshCommandOptTimeoutToMs
- resolved conflicts caused by virsh block job handling refactor
- generic commands implementation moved to vsh.c

As usual, for testing purposes, everything is available on my remote branch
https://github.com/eskultety/libvirt/tree/virt-shell


Erik Skultety (3):
  virt-shell: Resolve conflicts and some forgotten substitution from v2
  virt-shell: Support command history for individual clients
  virt-shell: Move generic commands implementation to vsh.c

 src/libvirt_private.syms |   1 +
 src/util/virstring.c     |  32 ++++
 src/util/virstring.h     |   1 +
 tools/virsh-domain.c     | 150 +++++++++---------
 tools/virsh-network.c    |   2 +-
 tools/virsh.c            | 390 ++++++++++++-----------------------------------
 tools/virsh.h            |   1 -
 tools/vsh.c              | 242 ++++++++++++++++++++++++++---
 tools/vsh.h              |  13 +-
 9 files changed, 441 insertions(+), 391 deletions(-)

-- 
2.4.3




More information about the libvir-list mailing list