From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH 09/17] kvm-arm: arm64: Introduce stage2 page table helpers Date: Fri, 8 Apr 2016 15:15:49 +0200 Message-ID: <20160408131549.GT8961@cbox> References: <1459787177-12767-1-git-send-email-suzuki.poulose@arm.com> <1459787177-12767-10-git-send-email-suzuki.poulose@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 CB9AD40B58 for ; Fri, 8 Apr 2016 09:14:11 -0400 (EDT) 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 KD6Gw-PRxa3z for ; Fri, 8 Apr 2016 09:14:10 -0400 (EDT) Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id EC42A412C2 for ; Fri, 8 Apr 2016 09:14:09 -0400 (EDT) Received: by mail-wm0-f54.google.com with SMTP id l6so64296909wml.1 for ; Fri, 08 Apr 2016 06:15:36 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1459787177-12767-10-git-send-email-suzuki.poulose@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: Suzuki K Poulose Cc: kvm@vger.kernel.org, marc.zyngier@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org List-Id: kvmarm@lists.cs.columbia.edu On Mon, Apr 04, 2016 at 05:26:09PM +0100, Suzuki K Poulose wrote: > Introduce stage2 page table helpers for arm64. With the fake > page table level still in place, the stage2 table has the same > number of levels as that of the host (and hyp), so they all > fallback to the host version. > > Cc: Marc Zyngier > Cc: Christoffer Dall > Signed-off-by: Suzuki K Poulose Reviewed-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Fri, 8 Apr 2016 15:15:49 +0200 Subject: [PATCH 09/17] kvm-arm: arm64: Introduce stage2 page table helpers In-Reply-To: <1459787177-12767-10-git-send-email-suzuki.poulose@arm.com> References: <1459787177-12767-1-git-send-email-suzuki.poulose@arm.com> <1459787177-12767-10-git-send-email-suzuki.poulose@arm.com> Message-ID: <20160408131549.GT8961@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Apr 04, 2016 at 05:26:09PM +0100, Suzuki K Poulose wrote: > Introduce stage2 page table helpers for arm64. With the fake > page table level still in place, the stage2 table has the same > number of levels as that of the host (and hyp), so they all > fallback to the host version. > > Cc: Marc Zyngier > Cc: Christoffer Dall > Signed-off-by: Suzuki K Poulose Reviewed-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758461AbcDHNPo (ORCPT ); Fri, 8 Apr 2016 09:15:44 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:36051 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758421AbcDHNPm (ORCPT ); Fri, 8 Apr 2016 09:15:42 -0400 Date: Fri, 8 Apr 2016 15:15:49 +0200 From: Christoffer Dall To: Suzuki K Poulose Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, marc.zyngier@arm.com, mark.rutland@arm.com, will.deacon@arm.com, catalin.marinas@arm.com Subject: Re: [PATCH 09/17] kvm-arm: arm64: Introduce stage2 page table helpers Message-ID: <20160408131549.GT8961@cbox> References: <1459787177-12767-1-git-send-email-suzuki.poulose@arm.com> <1459787177-12767-10-git-send-email-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459787177-12767-10-git-send-email-suzuki.poulose@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 04, 2016 at 05:26:09PM +0100, Suzuki K Poulose wrote: > Introduce stage2 page table helpers for arm64. With the fake > page table level still in place, the stage2 table has the same > number of levels as that of the host (and hyp), so they all > fallback to the host version. > > Cc: Marc Zyngier > Cc: Christoffer Dall > Signed-off-by: Suzuki K Poulose Reviewed-by: Christoffer Dall