From: Massimiliano Minella Date: Fri, 3 Oct 2025 09:06:16 +0000 (+0200) Subject: docs: domain: add watchdog notification support X-Git-Tag: v11.10.0-rc1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ae5351a508d049a7f30bd63c1e303b1336b7767;p=thirdparty%2Flibvirt.git docs: domain: add watchdog notification support 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 --- 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