[PATCH] virsh: Command completion, add comp-methods with zlib and zstd

Yalei Li posted 1 patch 3 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/tencent._5FCD68F35645CD0EC0E505F67E6224CE5C0B0A@qq.com
tools/virsh-completer-domain.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] virsh: Command completion, add comp-methods with zlib and zstd
Posted by Yalei Li 3 months, 2 weeks ago
Signed-off-by: Yalei Li <liyl43@chinatelecom.cn>
---
 tools/virsh-completer-domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/virsh-completer-domain.c b/tools/virsh-completer-domain.c
index b54baf3577..2891d1399c 100644
--- a/tools/virsh-completer-domain.c
+++ b/tools/virsh-completer-domain.c
@@ -1012,7 +1012,7 @@ virshDomainMigrateCompMethodsCompleter(vshControl *ctl,
                                        const vshCmd *cmd,
                                        unsigned int flags)
 {
-    const char *methods[] = {"xbzrle", "mt",  NULL};
+    const char *methods[] = {"xbzrle", "mt", "zlib", "zstd", NULL};
     const char *method = NULL;
 
     virCheckFlags(0, NULL);
-- 
2.27.0
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH] virsh: Command completion, add comp-methods with zlib and zstd
Posted by Michal Prívozník 3 months, 2 weeks ago
On 1/11/24 02:07, Yalei Li wrote:
> Signed-off-by: Yalei Li <liyl43@chinatelecom.cn>
> ---
>  tools/virsh-completer-domain.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

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

and since this is trivial patch and it is safe for freeze I've merged it.

Michal
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org