From: Hiroki Narukawa Date: Fri, 15 Oct 2021 09:49:20 +0000 (+0900) Subject: NEWS: document bug fix about virsh domstats on qemu < 5.2.0 X-Git-Tag: v7.9.0-rc1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f3944935900c2f189e1b8a1eb53f017722ff94;p=thirdparty%2Flibvirt.git NEWS: document bug fix about virsh domstats on qemu < 5.2.0 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 Reviewed-by: Michal Privoznik --- diff --git a/NEWS.rst b/NEWS.rst index ae678bffc4..2c51628278 100644 --- 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) ===================