Re: [libvirt] [PATCH v3 1/2] qemu: implementing qemuAgentGetHostname() function.

2018-08-29 Thread John Ferlan
On 08/21/2018 10:39 PM, Julio Faracco wrote: > This commit implements the function qemuAgentGetHostname() that uses > the QEMU command 'guest-get-host-name' to retrieve the guest hostname QEMU guest agent > of Virtual Machine. It is a possibility where QEMU-GA is running. of the virtual machi

[libvirt] [PATCH v3 1/2] qemu: implementing qemuAgentGetHostname() function.

2018-08-21 Thread Julio Faracco
This commit implements the function qemuAgentGetHostname() that uses the QEMU command 'guest-get-host-name' to retrieve the guest hostname of Virtual Machine. It is a possibility where QEMU-GA is running. Signed-off-by: Julio Faracco --- src/qemu/qemu_agent.c | 39 +++