]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: domain: add watchdog notification support
authorMassimiliano Minella <massimiliano.minella@se.com>
Fri, 3 Oct 2025 09:06:16 +0000 (11:06 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 19 Nov 2025 10:32:46 +0000 (11:32 +0100)
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>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
docs/formatdomain.rst

index 4c245f41a99f7b4c49e759fb219f276acbaf9b9b..c6d0b183d04bf5942e4a5718e982f2019b542800 100644 (file)
@@ -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