From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH v4 25/32] arm64: KVM: 32bit handling of coprocessor traps Date: Thu, 23 May 2013 12:00:26 +0100 Message-ID: <20130523110025.GG16722@arm.com> References: <1368540840-26750-1-git-send-email-marc.zyngier@arm.com> <1368540840-26750-26-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]:45304 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758413Ab3EWLBK (ORCPT ); Thu, 23 May 2013 07:01:10 -0400 Content-Disposition: inline In-Reply-To: <1368540840-26750-26-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, May 14, 2013 at 03:13:53PM +0100, Marc Zyngier wrote: > Provide the necessary infrastructure to trap coprocessor accesses that > occur when running 32bit guests. > > Also wire SMC and HVC trapped in 32bit mode while were at it. > > Reviewed-by: Christopher Covington > Signed-off-by: Marc Zyngier Reviewed-by: Catalin Marinas