Re: [PATCH 1/2] KVM: PPC: booke: Add watchdog emulation

2012-08-08 Thread Alexander Graf
rg; Bhushan Bharat-R65777 >> Subject: Re: [PATCH 1/2] KVM: PPC: booke: Add watchdog emulation >> >> >> On 03.08.2012, at 07:30, Bharat Bhushan wrote: >> >>> This patch adds the watchdog emulation in KVM. The watchdog >>> emulation is enabled by

RE: [PATCH 1/2] KVM: PPC: booke: Add watchdog emulation

2012-08-07 Thread Bhushan Bharat-R65777
> -Original Message- > From: Alexander Graf [mailto:ag...@suse.de] > Sent: Tuesday, August 07, 2012 3:38 PM > To: Bhushan Bharat-R65777 > Cc: kvm-...@vger.kernel.org; kvm@vger.kernel.org; Bhushan Bharat-R65777 > Subject: Re: [PATCH 1/2] KVM: PPC: booke: Add watchdog em

Re: [PATCH 1/2] KVM: PPC: booke: Add watchdog emulation

2012-08-07 Thread Alexander Graf
On 03.08.2012, at 07:30, Bharat Bhushan wrote: > This patch adds the watchdog emulation in KVM. The watchdog > emulation is enabled by KVM_ENABLE_CAP(KVM_CAP_PPC_BOOKE_WATCHDOG) ioctl. > The kernel timer are used for watchdog emulation and emulates > h/w watchdog state machine. On watchdog timer

[PATCH 1/2] KVM: PPC: booke: Add watchdog emulation

2012-08-02 Thread Bharat Bhushan
This patch adds the watchdog emulation in KVM. The watchdog emulation is enabled by KVM_ENABLE_CAP(KVM_CAP_PPC_BOOKE_WATCHDOG) ioctl. The kernel timer are used for watchdog emulation and emulates h/w watchdog state machine. On watchdog timer expiry, it exit to QEMU if TCR.WRC is non ZERO. QEMU can