From 4ae5351a508d049a7f30bd63c1e303b1336b7767 Mon Sep 17 00:00:00 2001 From: Massimiliano Minella Date: Fri, 3 Oct 2025 11:06:16 +0200 Subject: [PATCH] docs: domain: add watchdog notification support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- docs/formatdomain.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 4c245f41a9..c6d0b183d0 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -8376,8 +8376,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 is available when the watchdog fires, 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 -- 2.47.3