From: Yalei Li <274268859@qq.com> Date: Thu, 11 Jan 2024 01:07:01 +0000 (+0800) Subject: virsh: Command completion, add comp-methods with zlib and zstd X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9e555699a2cd6c21ec52fa483bbaa85b0cf4f136;p=people%2Faperard%2Flibvirt.git virsh: Command completion, add comp-methods with zlib and zstd Signed-off-by: Yalei Li Reviewed-by: Michal Privoznik --- 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);