[libvirt] [PATCH 0/4] Couple of patches about virsh completion

Lin Ma posted 4 patches 5 years, 1 month ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190305031739.10600-1-lma@suse.com
tools/virsh-completer.c | 27 +++++++++++++++++++++++++++
tools/virsh-completer.h |  4 ++++
tools/virsh-domain.c    |  3 ++-
tools/virsh-network.c   | 18 +++++++++++++++---
tools/virsh-network.h   |  8 ++++++++
5 files changed, 56 insertions(+), 4 deletions(-)
[libvirt] [PATCH 0/4] Couple of patches about virsh completion
Posted by Lin Ma 5 years, 1 month ago
Lin Ma (4):
  virsh: Only return active domain names for detach-device-alias
  virsh: Add device name completion for target option of detach-disk
    command
  virsh-network: Introduce virshNetworkEventCallback to handle network
    events
  virsh: Add event name completion to 'network-event' command

 tools/virsh-completer.c | 27 +++++++++++++++++++++++++++
 tools/virsh-completer.h |  4 ++++
 tools/virsh-domain.c    |  3 ++-
 tools/virsh-network.c   | 18 +++++++++++++++---
 tools/virsh-network.h   |  8 ++++++++
 5 files changed, 56 insertions(+), 4 deletions(-)

-- 
2.19.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/4] Couple of patches about virsh completion
Posted by Michal Privoznik 5 years, 1 month ago
On 3/5/19 4:17 AM, Lin Ma wrote:
> Lin Ma (4):
>    virsh: Only return active domain names for detach-device-alias
>    virsh: Add device name completion for target option of detach-disk
>      command
>    virsh-network: Introduce virshNetworkEventCallback to handle network
>      events
>    virsh: Add event name completion to 'network-event' command
> 
>   tools/virsh-completer.c | 27 +++++++++++++++++++++++++++
>   tools/virsh-completer.h |  4 ++++
>   tools/virsh-domain.c    |  3 ++-
>   tools/virsh-network.c   | 18 +++++++++++++++---
>   tools/virsh-network.h   |  8 ++++++++
>   5 files changed, 56 insertions(+), 4 deletions(-)
> 

I've ACKed 2-4 and I'm pushing them now.

Thanks,
Michal

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