Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1540487yba; Thu, 25 Apr 2019 01:17:55 -0700 (PDT) X-Google-Smtp-Source: APXvYqxWvTIzvZ8Jl7voeaYbdvXo9wtCimCwrH9iq5+t0nXVNOR28veXtNQ9q4qRJ8/IjRM0YGke X-Received: by 2002:a62:ab13:: with SMTP id p19mr38326952pff.131.1556180275184; Thu, 25 Apr 2019 01:17:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556180275; cv=none; d=google.com; s=arc-20160816; b=xlNcH6OFBZiX6/wH9NWABMzeqt08kFbDRmot54ax8dhHyQQs3iH0K708P1tNeQ/i5Q a/dRz6Q2rWRKNraBjnoILrzm91bcEPWii/qicF88YYvcvbepl12pOPDWyJDnh4SYQvQF 11XreXZ7jjSxakPYowl/ciIL5J9Rhnzn7kPQBILusNN350v0AoyvskbeK/S1A501ys21 QwqOIE0uedOHbwfpR0+IbHdf3cDlnbWWhbpvir/IKVfSNzkIheerUQ3eMmD3/7fBxdDA /XAdXI3ihsMQWbNHZHsj8kn8D84qDUhSSgxZlzLejWwVhwSXUAT8GHVipJPOhl4KfE4x LT3Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=wq4FVO9STZZ0Nhf04Xlnz7fO+96seId1RFkQxi8lwW8=; b=h5e5bvsuNScR4WGowUkg7ZC4pI1sfsVziOs+Ox4qSZ6sCQNsQijOxKJBZEyfjekxqd B+wcNJ4Qc4RCR753vNXkzWH8XyOF/P6h27nFv+d96uHlsojjyFe5tA0rCPGtFZ9a1r1H gi+fiyF4egWdfJlh16txoZt2UAhOwQqqHEr1/sTWAZFyZ/JHf3vPKdehMNhf7Zg+1fzh 8G8rigfm7QygOlGoENP51E8wJ1UTzxFlVO3wQJRvkUDM7tg9nuiATKYx/VDMDKPRK2dw dDxe+CUB77lZEFQrbB9lfqGkrmM7n+/h8F2G52E8zJJ8G8C+pYBAdinc2QytBpNYkMeJ cucg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 136si19566074pgb.552.2019.04.25.01.17.40; Thu, 25 Apr 2019 01:17:55 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729313AbfDYFr1 (ORCPT + 99 others); Thu, 25 Apr 2019 01:47:27 -0400 Received: from mga18.intel.com ([134.134.136.126]:22350 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729260AbfDYFr0 (ORCPT ); Thu, 25 Apr 2019 01:47:26 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Apr 2019 22:47:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,392,1549958400"; d="scan'208";a="340619087" Received: from genxtest-ykzhao.sh.intel.com (HELO [10.239.143.71]) ([10.239.143.71]) by fmsmga006.fm.intel.com with ESMTP; 24 Apr 2019 22:47:25 -0700 Subject: Re: [RFC PATCH v5 0/4] x86: Add the support of ACRN guest under x86 To: Thomas Gleixner Cc: linux-kernel@vger.kernel.org, x86@kernel.org, bp@alien8.de References: <1556067260-9128-1-git-send-email-yakui.zhao@intel.com> From: "Zhao, Yakui" Message-ID: <0309f41e-2ffe-1209-c9d4-81479828774e@intel.com> Date: Thu, 25 Apr 2019 13:44:57 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019年04月25日 06:20, Thomas Gleixner wrote: > On Wed, 24 Apr 2019, Zhao Yakui wrote: > >> ACRN is a flexible, lightweight reference hypervisor, built with real-time >> and safety-criticality in mind, optimized to streamline embedded development >> through an open source platform. It is built for embedded IOT with small >> footprint and real-time features. More details can be found >> in https://projectacrn.org/ >> >> This is the patch set that allows the Linux to work on ACRN hypervisor and it can >> work with the following patch set to manage the Linux guest on ACRN hypervisor. It >> includes the detection of ACRN hypervisor, upcall notification vector from >> hypervisor, hypercall. The hypervisor detection is similar to Xen/VMWARE/Hyperv. >> ACRN also uses the upcall notification mechanism similar to that in Xen/Microsoft >> HyperV when it needs to send the notification to Linux OS. The hypercall provides >> the mechanism that can be used to query/configure the ACRN hypervisor by Linux guest. > > Reviewed-by: Thomas Gleixner Thanks for the review. I will remove the RFC in the next version. Thanks Yakui >