[libvirt] [PATCH v3 5/5] news: Document predictable file names for memory-backend-file

Michal Privoznik posted 5 patches 7 years, 6 months ago
[libvirt] [PATCH v3 5/5] news: Document predictable file names for memory-backend-file
Posted by Michal Privoznik 7 years, 6 months ago
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 docs/news.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index ef855d895..fb0ded97c 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -37,6 +37,17 @@
     <section title="New features">
     </section>
     <section title="Improvements">
+      <change>
+        <summary>
+          qemu: Generate predictable paths for qemu memory backends
+        </summary>
+        <description>
+          In some cases management applications need to know
+          paths passed to memory-backend-file objects upfront.
+          Libvirt now generates predictable paths so applications
+          can prepare the files if they need to do so.
+        </description>
+      </change>
     </section>
     <section title="Bug fixes">
     </section>
-- 
2.13.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH v3 5/5] news: Document predictable file names for memory-backend-file
Posted by John Ferlan 7 years, 6 months ago

On 11/07/2017 10:51 AM, Michal Privoznik wrote:
> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
> ---
>  docs/news.xml | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/docs/news.xml b/docs/news.xml
> index ef855d895..fb0ded97c 100644
> --- a/docs/news.xml
> +++ b/docs/news.xml
> @@ -37,6 +37,17 @@
>      <section title="New features">
>      </section>
>      <section title="Improvements">
> +      <change>
> +        <summary>
> +          qemu: Generate predictable paths for qemu memory backends
> +        </summary>
> +        <description>
> +          In some cases management applications need to know
> +          paths passed to memory-backend-file objects upfront.
> +          Libvirt now generates predictable paths so applications
> +          can prepare the files if they need to do so.
> +        </description>
> +      </change>

Not quite sure this is in the right place... I think you added it to the
comment section rather than that 3.10.0 section... At least that's what
git am did for me

The adjustment is rather obvious

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

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