From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 07/13] arm64: KVM: VHE: Patch out use of HVC Date: Fri, 10 Jul 2015 13:02:56 +0200 Message-ID: <559FA660.2050102@redhat.com> References: <1436372356-30410-1-git-send-email-marc.zyngier@arm.com> <1436372356-30410-8-git-send-email-marc.zyngier@arm.com> <559D5A8A.4030901@redhat.com> <559D63EC.2090602@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "kvm@vger.kernel.org" , "kvmarm@lists.cs.columbia.edu" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" To: Marc Zyngier , Catalin Marinas , Will Deacon , Christoffer Dall Return-path: In-Reply-To: <559D63EC.2090602@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu List-Id: kvm.vger.kernel.org On 08/07/2015 19:54, Marc Zyngier wrote: > Alternatively, I could move it to arch/arm64/include/asm (renamed to > kvm_vhe_macros.h?), which would solve this issue. I just gave it a go, > and that seems sensible enough. Yes, that would do. Alternatively: * create kvm_hyp_macros.h and put more stuff in there from kvm_mmu.h * just put it in kvm_host.h Whatever looks better to you. Paolo > Thanks for the suggestion!