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

2018-08-20 Thread Daniel P . Berrangé
On Sat, Aug 18, 2018 at 02:18:17PM +0200, Peter Krempa wrote: > On Fri, Aug 17, 2018 at 23:25:19 -0300, Julio Faracco wrote: > > This commit add the support to use the function qemuAgentGetHostname() for > > obtain the domain hostname using QEMU-GA command. > > > > Signed-off-by: Julio Faracco >

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

2018-08-18 Thread Peter Krempa
On Fri, Aug 17, 2018 at 23:25:19 -0300, Julio Faracco wrote: > This commit add the 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 | 41 +

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

2018-08-17 Thread Julio Faracco
This commit add the 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 | 41 + 1 file changed, 41 insertions(+) diff --git a/src/qemu/qemu_driver