From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v4 1/5] ARM: arch_timers: switch to physical timers if HYP mode is available Date: Fri, 23 Nov 2012 15:18:50 +0000 Message-ID: <20121123151850.GI32200@mudshark.cambridge.arm.com> References: <20121110154554.3274.77777.stgit@chazy-air> <20121110154605.3274.70574.stgit@chazy-air> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "kvm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "kvmarm@lists.cs.columbia.edu" , Marc Zyngier To: Christoffer Dall Return-path: Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:36804 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752013Ab2KWPTF (ORCPT ); Fri, 23 Nov 2012 10:19:05 -0500 Content-Disposition: inline In-Reply-To: <20121110154605.3274.70574.stgit@chazy-air> Sender: kvm-owner@vger.kernel.org List-ID: On Sat, Nov 10, 2012 at 03:46:05PM +0000, Christoffer Dall wrote: > From: Marc Zyngier > > If we're booted in HYP mode, it is possible that we'll run some > kind of virtualized environment. In this case, it is a better to > switch to the physical timers, and leave the virtual timers to > guests. > > Signed-off-by: Marc Zyngier Seems simple enough. Reviewed-by: Will Deacon Will