Re: [Qemu-devel] [PATCH v5] Enable kvm emulated watchdog

2013-02-26 Thread Alexander Graf
On 25.02.2013, at 05:16, Bharat Bhushan wrote: > Enable the KVM emulated watchdog if KVM supports (use the > capability enablement in watchdog handler). Also watchdog exit > (KVM_EXIT_WATCHDOG) handling is added. > Watchdog state machine is cleared whenever VM state changes to running. > This is

[Qemu-devel] [PATCH v5] Enable kvm emulated watchdog

2013-02-24 Thread Bharat Bhushan
Enable the KVM emulated watchdog if KVM supports (use the capability enablement in watchdog handler). Also watchdog exit (KVM_EXIT_WATCHDOG) handling is added. Watchdog state machine is cleared whenever VM state changes to running. This is to handle the cases like return from debug halt etc. Signe