From: Julio Faracco Date: Wed, 5 Sep 2018 04:20:55 +0000 (-0300) Subject: docs: Add QEMU-GA get hostname feature into news.xml X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=53ed803ddf62d99577aaf69dfd24c4d8dcf98683;p=libvirt.git docs: Add QEMU-GA get hostname feature into news.xml QEMU-GA supports get geust hostname command. This commit includes a specific entry to inform this new feature for QEMU driver to 4.8.0 release. Signed-off-by: Julio Faracco Reviewed-by: John Ferlan --- diff --git a/docs/news.xml b/docs/news.xml index 9a17b2f612..b8bee35df0 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -37,6 +37,17 @@
+ + + qemu: Retrieve guest hostname through QEMU Guest Agent command + + + QEMU is now able to retrieve the guest hostname using a new QEMU-GA + command called 'guest-get-host-name'. Virsh users can execute + 'domhostname' for QEMU driver for domains configured to use the + Guest Agent. + +