Re: [Qemu-devel] [PATCH 3/3 v2] Enable kvm emulated watchdog

2013-01-11 Thread Alexander Graf
Am 11.01.2013 um 07:42 schrieb Bhushan Bharat-R65777 : > > >> -Original Message- >> From: Alexander Graf [mailto:ag...@suse.de] >> Sent: Thursday, January 10, 2013 9:07 PM >> To: Bhushan Bharat-R65777 >> Cc: qemu-devel@nongnu.org; qemu-...@nongnu.org; Bhushan Bharat-R65777 >> Subject:

Re: [Qemu-devel] [PATCH 3/3 v2] Enable kvm emulated watchdog

2013-01-10 Thread Bhushan Bharat-R65777
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Thursday, January 10, 2013 9:07 PM > To: Bhushan Bharat-R65777 > Cc: qemu-devel@nongnu.org; qemu-...@nongnu.org; Bhushan Bharat-R65777 > Subject: Re: [PATCH 3/3 v2] Enable kvm emulated watchdog > > > On 28.12.201

Re: [Qemu-devel] [PATCH 3/3 v2] Enable kvm emulated watchdog

2013-01-10 Thread Alexander Graf
On 28.12.2012, at 06: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 3/3 v2] Enable kvm emulated watchdog

2012-12-27 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