From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web08.33686.1620049259242560751 for ; Mon, 03 May 2021 06:40:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=eOs1UmnQ; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1620049258; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+8dAkjpJZsU3rfbKDX5JGV5gV+lTnBWTwUONAFYVsHM=; b=eOs1UmnQU9RwN0CBBsvhPiW6T5Cm886FBGB6sA9N8k06Ukj2y8kxRjcFxOyynl404aVXkP 2H/eD30TM2TxMq0SYuvoxLZ6saGF8BglAECvMnXoQBtp9I6c8LfznDLJjkS0/oMP0RJYC1 G/37gVTJLrxUQ0bvWA/rFcowp86VHhk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-61-oR4jlLE0OKGGXfV-SrQIZQ-1; Mon, 03 May 2021 09:40:54 -0400 X-MC-Unique: oR4jlLE0OKGGXfV-SrQIZQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 59122BBEE1; Mon, 3 May 2021 13:40:52 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-114-8.ams2.redhat.com [10.36.114.8]) by smtp.corp.redhat.com (Postfix) with ESMTP id 285771017CF5; Mon, 3 May 2021 13:40:49 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH RFC v2 02/28] MdePkg: Define the GHCB Hypervisor features To: Brijesh Singh , Tom Lendacky Cc: devel@edk2.groups.io, James Bottomley , Min Xu , Jiewen Yao , Jordan Justen , Ard Biesheuvel , Erdem Aktas References: <20210430115148.22267-1-brijesh.singh@amd.com> <20210430115148.22267-3-brijesh.singh@amd.com> <3eaa0aa6-9ebc-7e7f-fa69-564f049ce68d@redhat.com> From: "Laszlo Ersek" Message-ID: <2b9c15d1-fe84-c290-e700-c53030b582af@redhat.com> Date: Mon, 3 May 2021 15:40:49 +0200 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 05/03/21 14:20, Brijesh Singh wrote: > > On 5/3/21 5:10 AM, Laszlo Ersek wrote: >> Hi Brijesh, Tom, >> >> On 04/30/21 13:51, Brijesh Singh wrote: >>> BZ: https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbugzilla.tianocore.org%2Fshow_bug.cgi%3Fid%3D3275&data=04%7C01%7Cbrijesh.singh%40amd.com%7C9a7e31fbf85043c6ee8508d90e1ba94d%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637556334239842920%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=fSThw3T7P4LcLhcZz9tfy4ZB1Y7Zny0BzwA2jTyWAkY%3D&reserved=0 >>> >>> Version 2 of GHCB introduces advertisement of features that are supported >>> by the hypervisor. See the GHCB spec section 2.2 for an additional details. >>> >>> Cc: James Bottomley >>> Cc: Min Xu >>> Cc: Jiewen Yao >>> Cc: Tom Lendacky >>> Cc: Jordan Justen >>> Cc: Ard Biesheuvel >>> Cc: Laszlo Ersek >>> Cc: Erdem Aktas >>> Signed-off-by: Brijesh Singh >>> --- >>> MdePkg/Include/Register/Amd/Fam17Msr.h | 7 +++++++ >>> MdePkg/Include/Register/Amd/Ghcb.h | 6 ++++++ >>> 2 files changed, 13 insertions(+) >>> >>> diff --git a/MdePkg/Include/Register/Amd/Fam17Msr.h b/MdePkg/Include/Register/Amd/Fam17Msr.h >>> index 4d33bef220..a65d51ab12 100644 >>> --- a/MdePkg/Include/Register/Amd/Fam17Msr.h >>> +++ b/MdePkg/Include/Register/Amd/Fam17Msr.h >>> @@ -48,6 +48,11 @@ typedef union { >>> UINT32 Reserved2:32; >>> } GhcbTerminate; >>> >>> + struct { >>> + UINT64 Function:12; >>> + UINT64 Features:52; >>> + } GhcbHypervisorFeatures; >>> + >>> VOID *Ghcb; >>> >>> UINT64 GhcbPhysicalAddress; >>> @@ -57,6 +62,8 @@ typedef union { >>> #define GHCB_INFO_SEV_INFO_GET 2 >>> #define GHCB_INFO_CPUID_REQUEST 4 >>> #define GHCB_INFO_CPUID_RESPONSE 5 >>> +#define GHCB_HYPERVISOR_FEATURES_REQUEST 128 >>> +#define GHCB_HYPERVISOR_FEATURES_RESPONSE 129 >>> #define GHCB_INFO_TERMINATE_REQUEST 256 >>> >>> #define GHCB_TERMINATE_GHCB 0 >>> diff --git a/MdePkg/Include/Register/Amd/Ghcb.h b/MdePkg/Include/Register/Amd/Ghcb.h >>> index ccdb662af7..2d64a4c28f 100644 >>> --- a/MdePkg/Include/Register/Amd/Ghcb.h >>> +++ b/MdePkg/Include/Register/Amd/Ghcb.h >>> @@ -54,6 +54,7 @@ >>> #define SVM_EXIT_NMI_COMPLETE 0x80000003ULL >>> #define SVM_EXIT_AP_RESET_HOLD 0x80000004ULL >>> #define SVM_EXIT_AP_JUMP_TABLE 0x80000005ULL >>> +#define SVM_EXIT_HYPERVISOR_FEATURES 0x8000FFFDULL >>> #define SVM_EXIT_UNSUPPORTED 0x8000FFFFULL >>> >>> // >>> @@ -154,4 +155,9 @@ typedef union { >>> #define GHCB_EVENT_INJECTION_TYPE_EXCEPTION 3 >>> #define GHCB_EVENT_INJECTION_TYPE_SOFT_INT 4 >>> >>> +// Hypervisor features >> (1) Comment style -- leading and trailing // lines missing. > > > Noted. > > >> >> >>> +#define GHCB_HV_FEATURES_SNP BIT0 >>> +#define GHCB_HV_FEATURES_SNP_AP_CREATE (GHCB_HV_FEATURES_SNP | BIT1) >>> +#define GHCB_HV_FEATURES_SNP_RESTRICTED_INJECTION (GHCB_HV_FEATURES_SNP_AP_CREATE | BIT2) >>> +#define GHCB_HV_FEATURES_SNP_RESTRICTED_INJECTION_TIMER (GHCB_HV_FEATURES_SNP_RESTRICTED_INJECTION | BIT3) >>> #endif >>> >> I'm going to take this series slow, because I need to rebuild whatever >> understanding I've ever had of SEV-ES from the bottom up. >> >> The patch looks good to me (I checked the GHCB spec 2.0, and the values >> seem to match). >> >> But I need some confirmation. The GHCB spec defines the "GHCB MSR" >> protocol, where MSR_SEV_ES_GHCB can be used for a direct >> request/response protocol when the least significant 12 bits are nonzero >> (i.e., they stand for a "function"). The sequence in this case (from the >> guest side is): wrmsr, vmgexit, rdmsr. >> >> On the host side, upon vmgexit, the MSR's twelve least significant bits >> are checked, and if they are nonzero, the function is handled, and the >> response is provided in the high-order bits of the MSR. Otherwise, if >> the "function" is zero, the MSR's contents are taken as a GPA, and then >> the pointed-to page (the GHCB) is consulted for the actual request. >> >> This means that some functions are possible for the guest to call in two >> ways -- with and without a (decrypted) GHCB existing. (The spec writes >> in 2.3.1, "The GHCB MSR protocol is valid at any time but is most useful >> when the GHCB page cannot be written by the guest in an unencrypted >> fashion"). >> >> One of the new things the GHCB 2.0 spec introduces is the "hypervisor >> feature advertisement", which is (apparently) one of those functions >> that are available to the guest via both the GHCB *MSR protocol* >> (function = GHCB_HYPERVISOR_FEATURES_REQUEST) and the GHCB *page* >> (SwExitCode = SVM_EXIT_HYPERVISOR_FEATURES, response in SwExitInfo2). >> >> My question is: when is it useful to fetch the hv features through the >> GHCB *page* (i.e., not through the MSR protocol)? At the end of the >> series, I don't see any use for SVM_EXIT_HYPERVISOR_FEATURES. > > In my OVMF and Linux-guest patches I am using the MSR protocol based > HV_FEATUERS because I query the features during the negotiation and > cache it. The value is saved in Es workarea and platformPei saves in a PCD. > > In a different implementation, a guest can call the HV_FEATURES every > time they need to consult the feature values. I think spec wanted to > keep the flexibility that feature can be queried through the non-MSR > based vmgexit so that the guest does not need save/restore the GHCB > address after the GHCB is established. If I was not caching the feature > value in patch #16 then I would have used the non-MSR based vmgexit to > query the value in PlatformPei to build the PCD. > > >> A similarly unused macro (from before this series) is >> SVM_EXIT_NMI_COMPLETE. So I guess the approach in the edk2 SEV* work has >> been to incorporate all spec-defined constants in MdePkg. That's a valid >> approach per se; what I'd like to understand is what use case for >> SVM_EXIT_HYPERVISOR_FEATURES the GHCB *spec* foresees. >> (2) Does the spec define SVM_EXIT_HYPERVISOR_FEATURES for completeness' >> sake -- so that no function be restricted to the MSR protocol? (IOW, >> should the MSR protocol be a subset, by principle, of the functions >> available through the GHCB *page*?) > > I think non-MSR based vmgexit is done for completeness sake. It maybe > used by other HV or Guests (e.g Windows, Unix etc etc). At this time I > am not using it in OVMF or Linux guest. > > >> >> I prefer to define only such macros in edk2 that are actually used -- >> but I admit that may be different from the general MdePkg rules. So I >> don't mind SVM_EXIT_HYPERVISOR_FEATURES, it's just a bit more difficult >> to review / understand without actual use. > > Good point, I have no issue removing the unused macro. If we see a need > for it then it can be added in the future. Thanks for the explanation. I'm not necessarily requesting that SVM_EXIT_HYPERVISOR_FEATURES be removed from the patch. We already have the (similarly unused) SVM_EXIT_NMI_COMPLETE macro in MdePkg. We should aim for consistency -- we should decide whether MdePkg headers need to stick with the spec(s) as closely and comprehensively as possible, or whether they should only incorporate what's actually used by code. Given that edk2 is a "kit", and MdePkg is the most central part of it, I think being comprehensive in MdePkg is not a bad choice. Given that SVM_EXIT_NMI_COMPLETE already exemplifies this approach, I think we can and *should* bring in SVM_EXIT_HYPERVISOR_FEATURES as well, given that the spec provides it. Thanks Laszlo > > >> >> (3) I suggest the following subject: >> >> MdePkg/Register/Amd: define GHCB macros for hypervisor feature detection >> >> (72 chars) >> >> With (1) and (3) fixed: >> >> Reviewed-by: Laszlo Ersek >> >> >> Thanks >> Laszlo >> >