From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 4/7] arm64: KVM: Make kvm_skip_instr32 available to HYP Date: Tue, 6 Sep 2016 12:53:45 +0200 Message-ID: <20160906105345.GL30513@cbox> References: <1473150527-4729-1-git-send-email-marc.zyngier@arm.com> <1473150527-4729-5-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu To: Marc Zyngier Return-path: Content-Disposition: inline In-Reply-To: <1473150527-4729-5-git-send-email-marc.zyngier@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 Tue, Sep 06, 2016 at 09:28:44AM +0100, Marc Zyngier wrote: > As we plan to do some emulation at HYP, let's make kvm_skip_instr32 > as part of the hyp_text section. This doesn't preclude the kernel > from using it. > > Signed-off-by: Marc Zyngier Acked-by: Christoffer Dall