[libvirt] [PATCH] news: Fix typo in element name

Jiri Denemark posted 1 patch 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/c2568133bb3565ea605ddfff359c5da2ec5d55b7.1490688767.git.jdenemar@redhat.com
docs/news.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt] [PATCH] news: Fix typo in element name
Posted by Jiri Denemark 7 years ago
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
---

Oops, pushed as trivial. We really need a schema for news.xml...

 docs/news.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/news.xml b/docs/news.xml
index 85a1d4d97..17186b954 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -72,7 +72,7 @@
           introducing a new host device type in the XML.
         </description>
       </change>
-      <changes>
+      <change>
         <summary>
           qemu: Add support for setting TSC frequency
         </summary>
@@ -80,7 +80,7 @@
           Setting TSC frequency is required to enable migration for domains
           with 'invtsc' CPU feature turned on.
         </description>
-      </changes>
+      </change>
     </section>
     <section title="Improvements">
       <change>
-- 
2.12.2

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] news: Fix typo in element name
Posted by Martin Kletzander 7 years ago
On Tue, Mar 28, 2017 at 10:13:29AM +0200, Jiri Denemark wrote:
>Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
>---
>
>Oops, pushed as trivial. We really need a schema for news.xml...
>

Patches are welcome ;-)

> docs/news.xml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/docs/news.xml b/docs/news.xml
>index 85a1d4d97..17186b954 100644
>--- a/docs/news.xml
>+++ b/docs/news.xml
>@@ -72,7 +72,7 @@
>           introducing a new host device type in the XML.
>         </description>
>       </change>
>-      <changes>
>+      <change>
>         <summary>
>           qemu: Add support for setting TSC frequency
>         </summary>
>@@ -80,7 +80,7 @@
>           Setting TSC frequency is required to enable migration for domains
>           with 'invtsc' CPU feature turned on.
>         </description>
>-      </changes>
>+      </change>
>     </section>
>     <section title="Improvements">
>       <change>
>--
>2.12.2
>
>--
>libvir-list mailing list
>libvir-list@redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list