]> xenbits.xensource.com Git - libvirt.git/commitdiff
news: Add information about iTCO watchdog changes
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 20 Jan 2023 17:22:34 +0000 (18:22 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 26 Jan 2023 15:42:12 +0000 (16:42 +0100)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
NEWS.rst

index 33f92329856277c332e1067b2eaadd6a20599303..4625a838f86c74551b11254702d05ed22bffd5dc 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -43,6 +43,15 @@ v9.1.0 (unreleased)
 
 * **Bug fixes**
 
+  * QEMU: iTCO watchdog made operational
+
+    The watchdog was always included when q35 machine type was used, but needed
+    an extra bit of configuration in order to be operational.  This is now done
+    by default when running a QEMU domain with q35 machine type.  This is not a
+    change in the guest ABI, but it is a guest visible behavior change since the
+    watchdog that did not fire before will now fire once used.  To switch to the
+    previous behavior the watchdog action must be set to ``none``.
+
 
 v9.0.0 (2023-01-16)
 ===================