From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06C51C4724C for ; Fri, 1 May 2020 08:51:27 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 7D0C92076D for ; Fri, 1 May 2020 08:51:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7D0C92076D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id D48074B2B1; Fri, 1 May 2020 04:51:25 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu 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 1a0rn6taJAma; Fri, 1 May 2020 04:51:24 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id B43C34B578; Fri, 1 May 2020 04:51:24 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 5B3684B542 for ; Fri, 1 May 2020 04:51:23 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu 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 voSxyS46-LWn for ; Fri, 1 May 2020 04:51:22 -0400 (EDT) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 43AAF4B2B1 for ; Fri, 1 May 2020 04:51:22 -0400 (EDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C6BF41FB; Fri, 1 May 2020 01:51:21 -0700 (PDT) Received: from [10.37.12.139] (unknown [10.37.12.139]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6A3373F305; Fri, 1 May 2020 01:51:19 -0700 (PDT) Subject: Re: [PATCH v4 2/4] KVM: arm64: Update help text To: tabba@google.com, maz@kernel.org, catalin.marinas@arm.com, julien.thierry.kdev@gmail.com, kvmarm@lists.cs.columbia.edu References: <20200421131734.141766-1-tabba@google.com> <20200421131734.141766-3-tabba@google.com> From: Suzuki K Poulose Message-ID: <170ec871-be60-a150-5c3e-2dc9a3366f36@arm.com> Date: Fri, 1 May 2020 09:56:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20200421131734.141766-3-tabba@google.com> Content-Language: en-US Cc: will@kernel.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On 04/21/2020 02:17 PM, Fuad Tabba wrote: > From: Will Deacon > > arm64 KVM supports 16k pages since 02e0b7600f83 > ("arm64: kvm: Add support for 16K pages"), so update the Kconfig help > text accordingly. > > Signed-off-by: Will Deacon > Signed-off-by: Fuad Tabba > --- > arch/arm64/kvm/Kconfig | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm64/kvm/Kconfig b/arch/arm64/kvm/Kconfig > index ce724e526689..d2cf4f099454 100644 > --- a/arch/arm64/kvm/Kconfig > +++ b/arch/arm64/kvm/Kconfig > @@ -44,8 +44,6 @@ config KVM > select TASK_DELAY_ACCT > ---help--- > Support hosting virtualized guest machines. > - We don't support KVM with 16K page tables yet, due to the multiple > - levels of fake page tables. > > If unsure, say N. Acked-by: Suzuki K Poulose _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm