]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: document bug fix about virsh domstats on qemu < 5.2.0
authorHiroki Narukawa <hnarukaw@yahoo-corp.jp>
Fri, 15 Oct 2021 09:49:20 +0000 (18:49 +0900)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 18 Oct 2021 08:37:21 +0000 (10:37 +0200)
I think that virsh domstats problem on qemu < 5.2.0 is what users want
to find which version fixes.

Signed-off-by: Hiroki Narukawa <hnarukaw@yahoo-corp.jp>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index ae678bffc4c943e5137c72453408401482220622..2c516282789f43b39dcb241f23c65fe1303024ed 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -44,6 +44,11 @@ v7.9.0 (unreleased)
 
 * **Bug fixes**
 
+  * qemu: Fix problems on ``virsh domstats`` with qemu <5.2.0
+
+    Libvirt v7.2.0 and later called query-dirty-rate, which was introduced in
+    qemu-5.2.0, regardless of qemu version and failed in qemu-5.1.0. This
+    release fixes the bug.
 
 v7.8.0 (2021-10-01)
 ===================