From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 14/21] arm64: KVM: HYP mode entry points Date: Wed, 2 Dec 2015 12:53:52 +0100 Message-ID: <20151202115352.GJ18376@cbox> References: <1448650215-15218-1-git-send-email-marc.zyngier@arm.com> <1448650215-15218-15-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id DEC5C4155B for ; Wed, 2 Dec 2015 06:51:52 -0500 (EST) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DaVuEtrveHhP for ; Wed, 2 Dec 2015 06:51:52 -0500 (EST) Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id E1E6448535 for ; Wed, 2 Dec 2015 06:51:51 -0500 (EST) Received: by wmec201 with SMTP id c201so249345455wme.0 for ; Wed, 02 Dec 2015 03:53:19 -0800 (PST) Content-Disposition: inline In-Reply-To: <1448650215-15218-15-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 To: Marc Zyngier Cc: kvm@vger.kernel.org, Ard Biesheuvel , Catalin Marinas , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Fri, Nov 27, 2015 at 06:50:08PM +0000, Marc Zyngier wrote: > Add the entry points for HYP mode (both for hypercalls and > exception handling). > > Signed-off-by: Marc Zyngier Reviewed-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Wed, 2 Dec 2015 12:53:52 +0100 Subject: [PATCH v2 14/21] arm64: KVM: HYP mode entry points In-Reply-To: <1448650215-15218-15-git-send-email-marc.zyngier@arm.com> References: <1448650215-15218-1-git-send-email-marc.zyngier@arm.com> <1448650215-15218-15-git-send-email-marc.zyngier@arm.com> Message-ID: <20151202115352.GJ18376@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Nov 27, 2015 at 06:50:08PM +0000, Marc Zyngier wrote: > Add the entry points for HYP mode (both for hypercalls and > exception handling). > > Signed-off-by: Marc Zyngier Reviewed-by: Christoffer Dall