From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH v4 19/32] arm64: KVM: Plug the arch timer Date: Tue, 21 May 2013 16:27:06 +0100 Message-ID: <20130521152706.GK27002@arm.com> References: <1368540840-26750-1-git-send-email-marc.zyngier@arm.com> <1368540840-26750-20-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "linux-arm-kernel@lists.infradead.org" , "kvmarm@lists.cs.columbia.edu" , "kvm@vger.kernel.org" , Will Deacon , "pbonzini@redhat.com" , "gleb@redhat.com" , Christopher Covington To: Marc Zyngier Return-path: Received: from fw-tnat.cambridge.arm.com ([217.140.96.21]:47844 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754289Ab3EUP1v (ORCPT ); Tue, 21 May 2013 11:27:51 -0400 Content-Disposition: inline In-Reply-To: <1368540840-26750-20-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, May 14, 2013 at 03:13:47PM +0100, Marc Zyngier wrote: > Add support for the in-kernel timer emulation. > > Reviewed-by: Christopher Covington > Signed-off-by: Marc Zyngier I think same comment as one of the previous patches, you could get rid of some ISBs if you get an ERET anyway. Otherwise: Reviewed-by: Catalin Marinas