From 53ed803ddf62d99577aaf69dfd24c4d8dcf98683 Mon Sep 17 00:00:00 2001 From: Julio Faracco Date: Wed, 5 Sep 2018 01:20:55 -0300 Subject: [PATCH] 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 --- docs/news.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. + +
-- GitLab