[libvirt] [PATCH v5 3/4] docs: Add QEMU-GA get hostname feature into news.xml

Julio Faracco posted 4 patches 6 years ago
[libvirt] [PATCH v5 3/4] docs: Add QEMU-GA get hostname feature into news.xml
Posted by Julio Faracco 6 years ago
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 <jcfaracco@gmail.com>
---
 docs/news.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index 9a17b2f612..d67327699d 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -37,6 +37,16 @@
     <section title="New features">
     </section>
     <section title="Improvements">
+      <change>
+        <summary>
+          qemu: Retrieve guest hostname through QEMU Guest Agent command
+        </summary>
+	<description>
+          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.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
     </section>
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v5 3/4] docs: Add QEMU-GA get hostname feature into news.xml
Posted by John Ferlan 6 years ago

On 09/05/2018 12:20 AM, Julio Faracco wrote:
> 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 <jcfaracco@gmail.com>
> ---
>  docs/news.xml | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index 9a17b2f612..d67327699d 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -37,6 +37,16 @@
>      <section title="New features">
>      </section>
>      <section title="Improvements">
> +      <change>
> +        <summary>
> +          qemu: Retrieve guest hostname through QEMU Guest Agent command
> +        </summary>
> +	<description>
> +          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.

s/./ for domains configured to use the Guest Agent.

> +        </description>
> +      </change>

I can change before pushing...

Reviewed-by: John Ferlan <jferlan@redhat.com>

John

>      </section>
>      <section title="Bug fixes">
>      </section>
> 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list