[libvirt PATCH v2 8/8] news: Mention the armvtimer timer

Andrea Bolognani posted 8 patches 6 years ago
[libvirt PATCH v2 8/8] news: Mention the armvtimer timer
Posted by Andrea Bolognani 6 years ago
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
 docs/news.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index f567a1182e..5aa9d081a7 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -82,6 +82,16 @@
           "type" and "persistent" attributes.
         </description>
       </change>
+      <change>
+        <summary>
+          qemu: Introduce the 'armvtimer' timer type
+        </summary>
+        <description>
+          QEMU 5.0 introduces the ability to control the behavior of the
+          virtual timer for KVM ARM/virt guests, and this new timer type
+          exposes the same capability to libvirt users.
+        </description>
+      </change>
     </section>
     <section title="Improvements">
     </section>
-- 
2.24.1

Re: [libvirt PATCH v2 8/8] news: Mention the armvtimer timer
Posted by Ján Tomko 5 years, 11 months ago
On Fri, Feb 07, 2020 at 03:27:08PM +0100, Andrea Bolognani wrote:
>Signed-off-by: Andrea Bolognani <abologna@redhat.com>
>---
> docs/news.xml | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano