Hello, do you have any feedback on this patch?
Best regards,
Massimiliano
General
-----Original Message-----
From: Massimiliano Minella via B4 Relay <devnull+massimiliano.minella.se.com@kernel.org>
Sent: vendredi 3 octobre 2025 10:45
To: devel@lists.libvirt.org
Cc: Massimiliano MINELLA <massimiliano.minella@se.com>
Subject: [PATCH] docs: domain: add watchdog notification support
[External email: Use caution with links and attachments]
________________________________
From: Massimiliano Minella <massimiliano.minella@se.com>
Since v0.8.0 a watchdog notification is available under event ID VIR_DOMAIN_EVENT_ID_WATCHDOG, update the documentation to remove the previous limitation.
Signed-off-by: Massimiliano Minella <massimiliano.minella@se.com>
---
Remove limitation on notification support for watchdog.
---
docs/formatdomain.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git docs/formatdomain.rst docs/formatdomain.rst index f50dce477f..c99560a3bd 100644
--- docs/formatdomain.rst
+++ docs/formatdomain.rst
@@ -8350,8 +8350,8 @@ The watchdog device requires an additional driver and management daemon in the guest. Just enabling the watchdog in the libvirt configuration does not do anything useful on its own.
-Currently libvirt does not support notification when the watchdog fires. This -feature is planned for a future version of libvirt.
+:since:`Since 0.8.0` a notification when the watchdog fires is
+available using the event ID ``VIR_DOMAIN_EVENT_ID_WATCHDOG``.
Having multiple watchdogs is usually not something very common, but be aware that this might happen, for example, when an implicit watchdog device is added
---
base-commit: eb99bbaf2e5b1e91f4999c7a1ccc90d67dfbe471
change-id: 20251003-update_wd_doc-5aa9b43be09a
Best regards,
--
Massimiliano Minella <massimiliano.minella@se.com>