From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 10 Nov 2011 17:11:25 +0000 Subject: Re: [PATCH v2] KVM: booke: Do Not start decrementer when SPRN_DEC Message-Id: <4EBC05BD.7070202@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org On 10/31/2011 09:52 AM, Bharat Bhushan wrote: > As per specification the decrementer interrupt not happen when DEC is written with 0. Also when DEC is zero, no decrementer running. So we should not start hrtimer for decrementer when DEC = 0. > > Signed-off-by: Bharat Bhushan Thanks, applied to kvm-ppc-next. Alex