Re: [libvirt] [PATCH v5 2/4] qemu: adding domainGetHostname support for QEMU

2018-09-05 Thread John Ferlan
On 09/05/2018 12:20 AM, Julio Faracco wrote: > This commit adds support to use the function qemuAgentGetHostname() > for obtain the domain hostname using QEMU-GA command. > I'll fix the "for" to be "to"... > Signed-off-by: Julio Faracco > --- > src/qemu/qemu_driver.c | 42 ++

[libvirt] [PATCH v5 2/4] qemu: adding domainGetHostname support for QEMU

2018-09-04 Thread Julio Faracco
This commit adds support to use the function qemuAgentGetHostname() for obtain the domain hostname using QEMU-GA command. Signed-off-by: Julio Faracco --- src/qemu/qemu_driver.c | 42 ++ 1 file changed, 42 insertions(+) diff --git a/src/qemu/qemu_driver.c