[libvirt] [PATCH 0/2] virsh: Add coredump format completion to dump

Lin Ma posted 2 patches 2 years, 10 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210607031418.3545-1-lma@suse.com
tools/virsh-completer-domain.c | 19 +++++++++++++++++++
tools/virsh-completer-domain.h |  5 +++++
tools/virsh-domain.c           | 28 ++++++++++++++--------------
tools/virsh-domain.h           |  1 +
4 files changed, 39 insertions(+), 14 deletions(-)
[libvirt] [PATCH 0/2] virsh: Add coredump format completion to dump
Posted by Lin Ma 2 years, 10 months ago
Lin Ma (2):
  virsh: Use VIR_ENUM_* for --format argument in doDump
  virsh: Add coredump format completion to dump command

 tools/virsh-completer-domain.c | 19 +++++++++++++++++++
 tools/virsh-completer-domain.h |  5 +++++
 tools/virsh-domain.c           | 28 ++++++++++++++--------------
 tools/virsh-domain.h           |  1 +
 4 files changed, 39 insertions(+), 14 deletions(-)

-- 
2.26.2


Re: [libvirt] [PATCH 0/2] virsh: Add coredump format completion to dump
Posted by Michal Prívozník 2 years, 10 months ago
On 6/7/21 5:14 AM, Lin Ma wrote:
> Lin Ma (2):
>   virsh: Use VIR_ENUM_* for --format argument in doDump
>   virsh: Add coredump format completion to dump command
> 
>  tools/virsh-completer-domain.c | 19 +++++++++++++++++++
>  tools/virsh-completer-domain.h |  5 +++++
>  tools/virsh-domain.c           | 28 ++++++++++++++--------------
>  tools/virsh-domain.h           |  1 +
>  4 files changed, 39 insertions(+), 14 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

and pushed.

Michal