Re: [libvirt] [PATCH v4 0/4] Add .domainGetHostname() support for QEMU driver.

2018-09-04 Thread no-reply
Hi, This series was run against 'syntax-check' test by patchew.org, which failed, please find the details below: Type: series Message-id: 20180905023833.4867-1-jcfara...@gmail.com Subject: [libvirt] [PATCH v4 0/4] Add .domainGetHostname() support for QEMU driver. === TEST SC

[libvirt] [PATCH v4 0/4] Add .domainGetHostname() support for QEMU driver.

2018-09-04 Thread Julio Faracco
This serie adds a new function into QEMU Guest Agent handler to use the QEMU command 'guest-get-host-name' to retrieve the domain hostname. This approach requires QEMU-GA running inside the guest, but it is the fastest and easiest way to get this info. This serie has some suggestion made by Joh