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, URIBL_BLOCKED,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 2DEE0C00A89 for ; Thu, 5 Nov 2020 09:02:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BEEF520715 for ; Thu, 5 Nov 2020 09:02:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730186AbgKEJCG (ORCPT ); Thu, 5 Nov 2020 04:02:06 -0500 Received: from mga03.intel.com ([134.134.136.65]:21330 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726371AbgKEJCG (ORCPT ); Thu, 5 Nov 2020 04:02:06 -0500 IronPort-SDR: loftKGdhSCpF619DezM7RuMK6M8PCwqH6JIyf1vVBM1e8DVDeI1f9NC9MwyRKTpCKr/827MqEf Y21+UAEFHdDA== X-IronPort-AV: E=McAfee;i="6000,8403,9795"; a="169460268" X-IronPort-AV: E=Sophos;i="5.77,453,1596524400"; d="scan'208";a="169460268" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2020 01:02:05 -0800 IronPort-SDR: 0uZaznRffRW6pRc9I7ncSOsnbZ/tB1WBr2Bt2DDe1n8Izk0bF/JgPYqCZpi7nZPtbie1PonWqH yCCI0z6gsq5g== X-IronPort-AV: E=Sophos;i="5.77,453,1596524400"; d="scan'208";a="325953432" Received: from shuo-intel.sh.intel.com (HELO localhost) ([10.239.154.30]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Nov 2020 01:02:02 -0800 Date: Thu, 5 Nov 2020 17:02:00 +0800 From: Shuo A Liu To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, x86@kernel.org, "H . Peter Anvin" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Sean Christopherson , Yu Wang , Reinette Chatre , Zhi Wang , Zhenyu Wang Subject: Re: [PATCH v5 06/17] virt: acrn: Introduce VM management interfaces Message-ID: <20201105090200.GE17702@shuo-intel.sh.intel.com> References: <20201019061803.13298-1-shuo.a.liu@intel.com> <20201019061803.13298-7-shuo.a.liu@intel.com> <20201104190235.GA2855400@kroah.com> <20201105031029.GB17702@shuo-intel.sh.intel.com> <20201105062907.GA693781@kroah.com> <20201105073545.GD17702@shuo-intel.sh.intel.com> <20201105082639.GB3426404@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20201105082639.GB3426404@kroah.com> User-Agent: Mutt/1.8.3 (2017-05-23) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 5.Nov'20 at 9:26:39 +0100, Greg Kroah-Hartman wrote: >On Thu, Nov 05, 2020 at 03:35:45PM +0800, Shuo A Liu wrote: >> On Thu 5.Nov'20 at 7:29:07 +0100, Greg Kroah-Hartman wrote: >> > On Thu, Nov 05, 2020 at 11:10:29AM +0800, Shuo A Liu wrote: >> > > On Wed 4.Nov'20 at 20:02:35 +0100, Greg Kroah-Hartman wrote: >> > > > On Mon, Oct 19, 2020 at 02:17:52PM +0800, shuo.a.liu@intel.com wrote: >> > > > > --- /dev/null >> > > > > +++ b/include/uapi/linux/acrn.h >> > > > > @@ -0,0 +1,56 @@ >> > > > > +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ >> > > > > +/* >> > > > > + * Userspace interface for /dev/acrn_hsm - ACRN Hypervisor Service Module >> > > > > + * >> > > > > + * This file can be used by applications that need to communicate with the HSM >> > > > > + * via the ioctl interface. >> > > > > + */ >> > > > > + >> > > > > +#ifndef _UAPI_ACRN_H >> > > > > +#define _UAPI_ACRN_H >> > > > > + >> > > > > +#include >> > > > > + >> > > > > +/** >> > > > > + * struct acrn_vm_creation - Info to create a User VM >> > > > > + * @vmid: User VM ID returned from the hypervisor >> > > > > + * @reserved0: Reserved >> > > > > + * @vcpu_num: Number of vCPU in the VM. Return from hypervisor. >> > > > > + * @reserved1: Reserved >> > > > > + * @uuid: UUID of the VM. Pass to hypervisor directly. >> > > > > + * @vm_flag: Flag of the VM creating. Pass to hypervisor directly. >> > > > > + * @ioreq_buf: Service VM GPA of I/O request buffer. Pass to >> > > > > + * hypervisor directly. >> > > > > + * @cpu_affinity: CPU affinity of the VM. Pass to hypervisor directly. >> > > > > + * @reserved2: Reserved >> > > > >> > > > Reserved and must be 0? >> > > >> > > Not a must. >> > >> > That's guaranteed to come back and bite you in the end. >> >> OK. I can fill them with zero before passing them to hypervisor. >> >> > You all have read the "how to write a good api" document, right? >> >> Is it Documentation/driver-api/ioctl.rst? Or i missed.. > >That's one good document, but no, not what I was referring to. I was >thinking of Documentation/process/adding-syscalls.rst, which is what you >are doing here implicitly with these new ioctls (every ioctl is a brand >new syscall.) I will read it as well. Thanks. > >> > > > What are they reserved for? >> > > > >> > > > Same for all of the reserved fields, why? >> > > >> > > Some reserved fields are to map layout in the hypervisor side, others >> > > are for future use. >> > >> > ioctls should not have these, again, please read the documentation. If >> > you need something new in the future, just make a new ioctl. >> >> OK. I will remove some reserved fields for scalability. > >"scalability" should have nothing to do with any of this, right? What >am I missing? Sorry, i meant reserved fields for future use. > >> Though i can >> keep some reserved fields for alignment (and to keep same data structure >> layout with the hypervisor), right? >> Documentation/driver-api/ioctl.rst says that explicit reserved fields >> could be used. > >If you need alignment, yes, that is fine, but that's not what you are >saying these are for. And if you need alignment, why not move things >around so they are properly aligned. > >And this structure has nothing to do with the hypervisor structure, >that's a internal-kernel structure, not a userspace-visable thing if you >are doing things correctly. It's the same structure with the one in hypervisor. HSM driver doesn't maintain the VM much, it just pass the data for VM creation from userspace to hypervisor. > >As an example of all of this type of review and conversation, please >refer to the review of the recent nitro_enclaves code that got merged. >All of the discussions there about ioctls are also relevant here. I will. Thanks very much. Thanks shuo