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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 34254C4361B for ; Wed, 9 Dec 2020 01:37:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D76BA238E9 for ; Wed, 9 Dec 2020 01:37:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726094AbgLIBh3 (ORCPT ); Tue, 8 Dec 2020 20:37:29 -0500 Received: from mga12.intel.com ([192.55.52.136]:25182 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725796AbgLIBh2 (ORCPT ); Tue, 8 Dec 2020 20:37:28 -0500 IronPort-SDR: zNFpNYhGTC0KLbwe5lkG7D3/jN4OSTxyA4K8p/OSXYS8cgMUpZP0MPNamytdn1ncPUOI1+1LTe 34A+STaWCsGA== X-IronPort-AV: E=McAfee;i="6000,8403,9829"; a="153240164" X-IronPort-AV: E=Sophos;i="5.78,404,1599548400"; d="scan'208";a="153240164" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2020 17:36:29 -0800 IronPort-SDR: 5k900zkoYLmoYoXsRjK7xzJE857CScifdhN3ltyNkNsZsOYUOO0CcXFpPivszO7oDDaTZ/dASh 21EMfRsilN5A== X-IronPort-AV: E=Sophos;i="5.78,404,1599548400"; d="scan'208";a="363915481" Received: from shuo-intel.sh.intel.com (HELO localhost) ([10.239.154.30]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Dec 2020 17:36:25 -0800 Date: Wed, 9 Dec 2020 09:36:23 +0800 From: Shuo A Liu To: Borislav Petkov Cc: linux-kernel@vger.kernel.org, x86@kernel.org, Greg Kroah-Hartman , "H . Peter Anvin" , Thomas Gleixner , Ingo Molnar , Sean Christopherson , Yu Wang , Reinette Chatre , Zhi Wang , Dave Hansen , Dan Williams , Fengwei Yin , Zhenyu Wang , Randy Dunlap Subject: Re: [PATCH v6 01/18] docs: acrn: Introduce ACRN Message-ID: <20201209013623.GM17702@shuo-intel.sh.intel.com> References: <20201201093853.12070-1-shuo.a.liu@intel.com> <20201201093853.12070-2-shuo.a.liu@intel.com> <20201208115249.GC27920@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20201208115249.GC27920@zn.tnic> User-Agent: Mutt/1.8.3 (2017-05-23) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 8.Dec'20 at 12:52:49 +0100, Borislav Petkov wrote: >On Tue, Dec 01, 2020 at 05:38:36PM +0800, shuo.a.liu@intel.com wrote: >> From: Shuo Liu >> >> Add documentation on the following aspects of ACRN: > >Thanks for doing this! > >> +=============== >> +ACRN CPUID bits >> +=============== >> + >> +A guest VM running on an ACRN hypervisor, can check some of its features using >> +cpuid. > >s/cpuid/CPUID/g > >> +ACRN Hypervisor Introduction >> +============================ >> + >> +The ACRN Hypervisor is a Type 1 hypervisor, running directly on the bare-metal > >s/the // > >with those fixed: > >Reviewed-by: Borislav Petkov Thanks for review. Fixed. Thanks shuo