Re: [libvirt] [PATCH] virsh: limit completion of 'domhostname' to active domains

2019-11-20 Thread Michal Privoznik
On 11/20/19 2:35 PM, Pino Toscano wrote: Getting the hostname of guest usually requires a in-guest agent, or generally can be determined only on active domains. Signed-off-by: Pino Toscano --- tools/virsh-domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Michal Pr

Re: [libvirt] [PATCH] virsh: limit completion of 'domhostname' to active domains

2019-11-20 Thread Daniel Henrique Barboza
On 11/20/19 10:35 AM, Pino Toscano wrote: Getting the hostname of guest usually requires a in-guest agent, or generally can be determined only on active domains. Signed-off-by: Pino Toscano --- Reviewed-by: Daniel Henrique Barboza -- libvir-list mailing list libvir-list@redhat.com https:

[libvirt] [PATCH] virsh: limit completion of 'domhostname' to active domains

2019-11-20 Thread Pino Toscano
Getting the hostname of guest usually requires a in-guest agent, or generally can be determined only on active domains. Signed-off-by: Pino Toscano --- tools/virsh-domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c index b248a