From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 06/28] ARM: KVM: Add a HYP-specific header file Date: Tue, 9 Feb 2016 19:42:23 +0100 Message-ID: <20160209184223.GK5171@cbox> References: <1454583645-10144-1-git-send-email-marc.zyngier@arm.com> <1454583645-10144-7-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, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu To: Marc Zyngier Return-path: Received: from mail-wm0-f41.google.com ([74.125.82.41]:36507 "EHLO mail-wm0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932542AbcBISlq (ORCPT ); Tue, 9 Feb 2016 13:41:46 -0500 Received: by mail-wm0-f41.google.com with SMTP id p63so171283381wmp.1 for ; Tue, 09 Feb 2016 10:41:45 -0800 (PST) Content-Disposition: inline In-Reply-To: <1454583645-10144-7-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Feb 04, 2016 at 11:00:23AM +0000, Marc Zyngier wrote: > In order to expose the various HYP services that are private to > the hypervisor, add a new hyp.h file. > > So far, it only contains mundane things such as section annotation > and VA manipulation. > > Signed-off-by: Marc Zyngier Acked-by: Christoffer Dall