summaryrefslogtreecommitdiff
path: root/NEWS.rst
diff options
context:
space:
mode:
authorMartin Kletzander <mkletzan@redhat.com>2023-01-20 18:22:34 +0100
committerMartin Kletzander <mkletzan@redhat.com>2023-01-26 16:42:12 +0100
commita2c5c5dad2275414e325ca79778fad2612d14470 (patch)
tree5c88513e5aaccc9b3a2ceb0b9576dfaee0b44956 /NEWS.rst
parent2fa92efe9b286ad064833cd2d8b907698e58e1cf (diff)
downloadlibvirt-a2c5c5dad2275414e325ca79778fad2612d14470.tar.gz
news: Add information about iTCO watchdog changes
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 33f9232985..4625a838f8 100644
--- 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)
===================