[libvirt] [ [PATCH v3 0/8] virsh completion for event, secret-event, pool-event and nodedev-event

Lin Ma lma at suse.com
Wed May 23 06:32:38 UTC 2018


v2 -> v3:
Most of patches in original v2 patchset were pushed, only 2 patches left,
So create a new patchset for including the 2 patches and 6 new completion
patches which about secret-event, pool-event and nodedev-event.

(Borrowed code & idea from Michal Privoznik for these patches design)
                                                                        

Lin Ma (8):
  virsh-secret: Rename vshEventCallback to vshSecretEventCallback
  virsh: Add event name completion to 'secret-event' command
  virsh: Move vshEventCallback structure definition to virsh-domain.h
  virsh: Add event name completion to 'event' command
  virsh-pool: Rename vshEventCallback to vshPoolEventCallback
  virsh: Add event name completion to 'pool-event' command
  virsh-nodedev: Rename vshEventCallback to vshNodedevEventCallback
  virsh: Add event name completion to 'nodedev-event' command

 tools/virsh-completer.c | 119 ++++++++++++++++++++++++++++++++++++++++++++++++
 tools/virsh-completer.h |  15 ++++++
 tools/virsh-domain.c    |   9 +---
 tools/virsh-domain.h    |   8 ++++
 tools/virsh-nodedev.c   |  19 +++-----
 tools/virsh-nodedev.h   |   8 ++++
 tools/virsh-pool.c      |  19 +++-----
 tools/virsh-pool.h      |   8 ++++
 tools/virsh-secret.c    |  18 +++-----
 tools/virsh-secret.h    |   8 ++++
 10 files changed, 189 insertions(+), 42 deletions(-)

-- 
2.16.2




More information about the libvir-list mailing list