
On 11/07/2014 03:14 AM, Eric Blake wrote:
On 11/06/2014 11:08 PM, Chris Friesen wrote:
The libvirt.org docs say "A virtual hardware watchdog device can be added to the guest via the watchdog element....Currently libvirt does not support notification when the watchdog fires. This feature is planned for a future version of libvirt."
Is that still accurate? Or does libvirt now support notifications?
It looks outdated, as we have VIR_DOMAIN_EVENT_ID_WATCHDOG as the way to receive notification of a watchdog event in the guest:
http://libvirt.org/html/libvirt-libvirt-domain.html#virDomainEventWatchdogAc... http://libvirt.org/html/libvirt-libvirt-domain.html#virConnectDomainEventWat...
Which URL had the outdated information, so we can fix it?
http://libvirt.org/formatdomain.html#elementsWatchdog It's also in the draft Fedora docs: http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/Virt... Chris