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

2018-09-01 Thread Julio Faracco
Thanks for your review @John. I will wait for 4.8.0 to push all changes in one shot (including news.xml). Julio Cesar Faracco Em qua, 29 de ago de 2018 às 17:15, John Ferlan escreveu: > > > > On 08/21/2018 10:39 PM, Julio Faracco wrote: > > This commit add the support to use the function qemuAgen

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

2018-08-29 Thread John Ferlan
On 08/21/2018 10:39 PM, Julio Faracco wrote: > This commit add the support to use the function qemuAgentGetHostname() s/add the/adds/ > for obtain the domain hostname using QEMU-GA command. s/for/to/ > > Signed-off-by: Julio Faracco > --- > src/qemu/qemu_driver.c | 40

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

2018-08-21 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 | 40 1 file changed, 40 insertions(+) diff --git a/src/qemu/qemu_driver.