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=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 2131BC433F5 for ; Tue, 14 Sep 2021 06:21:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E283F60E9B for ; Tue, 14 Sep 2021 06:21:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240093AbhINGWz (ORCPT ); Tue, 14 Sep 2021 02:22:55 -0400 Received: from mga11.intel.com ([192.55.52.93]:10055 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239868AbhINGWy (ORCPT ); Tue, 14 Sep 2021 02:22:54 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10106"; a="218716953" X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="218716953" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Sep 2021 23:21:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="543798269" Received: from louislifei-optiplex-7050.sh.intel.com (HELO louislifei-OptiPlex-7050) ([10.239.154.151]) by FMSMGA003.fm.intel.com with ESMTP; 13 Sep 2021 23:21:32 -0700 Date: Tue, 14 Sep 2021 14:21:59 +0800 From: Li Fei1 To: Greg KH Cc: linux-kernel@vger.kernel.org, yu1.wang@intel.com, shuox.liu@gmail.com, fei1.li@intel.com Subject: Re: [RFC PATCH v3 0/2] Introduce some interfaces for ACRN hypervisor HSM driver Message-ID: <20210914062159.GA16309@louislifei-OptiPlex-7050> References: <20210914060141.16187-1-fei1.li@intel.com> <20210914061419.GA16275@louislifei-OptiPlex-7050> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 14, 2021 at 08:19:21AM +0200, Greg KH wrote: > On Tue, Sep 14, 2021 at 02:14:19PM +0800, Li Fei1 wrote: > > On Tue, Sep 14, 2021 at 08:07:01AM +0200, Greg KH wrote: > > > On Tue, Sep 14, 2021 at 02:01:39PM +0800, Fei Li wrote: > > > > Add some new interfaces for ACRN hypervisor HSM driver: > > > > - MMIO device passthrough > > > > - virtual device creating/destroying > > > > - platform information fetching from the hypervisor > > > > > > "RFC" means that you do not feel good about having these merged. What > > > needs to be finished before you send a "real" set of patches that you > > > want to have reviewed properly? > > > > Hi Greg > > > > Sorry, please ignore the "RFC". > > I feel good about these patches. Would you help to review these patches ? > > They are gone from my queue, please resend without the "RFC". OK. thanks. > > thanks, > > greg k-h