Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp4519087pxb; Tue, 25 Jan 2022 12:07:19 -0800 (PST) X-Google-Smtp-Source: ABdhPJzOnka/YXjJwmdpu/n16P6n57u96L9KGDoBTsE2LEm7/Blgeq13YOxo3YDEzOwceq+HsscF X-Received: by 2002:a17:907:9495:: with SMTP id dm21mr17160287ejc.467.1643141239433; Tue, 25 Jan 2022 12:07:19 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643141239; cv=none; d=google.com; s=arc-20160816; b=IY7gEmCufUjuEdqSrQF0ARf3Kmrg42O4uzScbFdeuzk9xpRf/nm5igeRiUV1gqtD/4 Io6aXFyBIosDgkDvHc9rqvMa+Y5wONpSjVODqZJrq1oTRNJ9PqPV8nHGWWzCzIrhT+HN JfwTuCYj51b3SwY8ouBsBo5I+RdWafSNafnnmMPrBPRHmWAvk10Q4HMndCpyFRKF9pRj layyITyHcriQxp08sIWZmFyg+AMOWXjxR7UQqeOe9snd6+UKoKvfPzzFvEYfSkFhE4Vk +6QghOJhuBiRJNi2SNe75T6bTlMWEyIlQ0asnBLFVmeJtyT90uXtG8ihzILgTybmeVvW qc7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=gDpqJHn8QnJcYTa9e/2pJY7+M5e6CCqp6l5aVrRwGxY=; b=v6nojlRn6gxfHweUw8moGuHxoMC9LTEqh2SXUFs2H2DTwddPMt4NnX0ATGXIX8VQIt SDqy/oaAZPFP8TSebLAo/HtPyWHFAs1Kfj6cxDPJI8QlD/p/C0LFTH2Upk3JkYJdcxwl wW4DswjeVTqDtv68/uAZNf7QpwUmWlqj/Y5hVwrcaOJTh6N+GvF6SxtIyI6W5TAMz6RM RObR1oSmhg4nT5P1xfLNcji+qA3aqFjKOIFkte/u14zGnl2aXm5rkyhCu9j0c1Pt0uwJ nqP0e0xDSELR6tWv843EiFAykxB5XDY3JX1NiNJAghtAzhjTLCCO4WnvvNReDFjkcd5M B2kA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f10si10524997edc.287.2022.01.25.12.06.54; Tue, 25 Jan 2022 12:07:19 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241065AbiAYOWX (ORCPT + 99 others); Tue, 25 Jan 2022 09:22:23 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1578343AbiAYOSt (ORCPT ); Tue, 25 Jan 2022 09:18:49 -0500 X-Greylist: delayed 134 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 25 Jan 2022 06:18:48 PST Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB4DBC061759; Tue, 25 Jan 2022 06:18:48 -0800 (PST) Received: from cap.home.8bytes.org (p549ad610.dip0.t-ipconnect.de [84.154.214.16]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by theia.8bytes.org (Postfix) with ESMTPSA id 23C58870; Tue, 25 Jan 2022 15:16:34 +0100 (CET) From: Joerg Roedel To: Paolo Bonzini Cc: Sean Christopherson , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , x86@kernel.org, Brijesh Singh , Tom Lendacky , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Joerg Roedel Subject: [PATCH v6 6/7] KVM: SVM: Add support for Hypervisor Feature support MSR protocol Date: Tue, 25 Jan 2022 15:16:25 +0100 Message-Id: <20220125141626.16008-7-joro@8bytes.org> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220125141626.16008-1-joro@8bytes.org> References: <20220125141626.16008-1-joro@8bytes.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Brijesh Singh Version 2 of the GHCB specification introduced advertisement of supported Hypervisor SEV features. This request is required to support a the GHCB version 2 protocol. Signed-off-by: Brijesh Singh Signed-off-by: Joerg Roedel --- arch/x86/include/uapi/asm/svm.h | 1 + arch/x86/kvm/svm/sev.c | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/arch/x86/include/uapi/asm/svm.h b/arch/x86/include/uapi/asm/svm.h index efa969325ede..67cf153fe580 100644 --- a/arch/x86/include/uapi/asm/svm.h +++ b/arch/x86/include/uapi/asm/svm.h @@ -108,6 +108,7 @@ #define SVM_VMGEXIT_AP_JUMP_TABLE 0x80000005 #define SVM_VMGEXIT_SET_AP_JUMP_TABLE 0 #define SVM_VMGEXIT_GET_AP_JUMP_TABLE 1 +#define SVM_VMGEXIT_HYPERVISOR_FEATURES 0x8000fffd #define SVM_VMGEXIT_UNSUPPORTED_EVENT 0x8000ffff /* Exit code reserved for hypervisor/software use */ diff --git a/arch/x86/kvm/svm/sev.c b/arch/x86/kvm/svm/sev.c index 1219c1771895..403f24498020 100644 --- a/arch/x86/kvm/svm/sev.c +++ b/arch/x86/kvm/svm/sev.c @@ -2452,6 +2452,7 @@ static bool sev_es_validate_vmgexit(struct vcpu_svm *svm) case SVM_VMGEXIT_AP_HLT_LOOP: case SVM_VMGEXIT_AP_JUMP_TABLE: case SVM_VMGEXIT_UNSUPPORTED_EVENT: + case SVM_VMGEXIT_HYPERVISOR_FEATURES: break; default: reason = GHCB_ERR_INVALID_EVENT; @@ -2689,6 +2690,19 @@ static int sev_emulate_ap_reset_hold(struct vcpu_svm *svm, u64 hold_type) KVM_MP_STATE_AP_RESET_HOLD, KVM_EXIT_AP_RESET_HOLD) && ret; } +/* Hypervisor GHCB Features supported by KVM */ +#define KVM_SUPPORTED_GHCB_HV_FEATURES 0UL + +static u64 ghcb_msr_hv_feat_resp(void) +{ + u64 msr; + + msr = GHCB_MSR_HV_FT_RESP; + msr |= (KVM_SUPPORTED_GHCB_HV_FEATURES << GHCB_DATA_LOW); + + return msr; +} + static int sev_handle_vmgexit_msr_protocol(struct vcpu_svm *svm) { struct vmcb_control_area *control = &svm->vmcb->control; @@ -2738,6 +2752,9 @@ static int sev_handle_vmgexit_msr_protocol(struct vcpu_svm *svm) case GHCB_MSR_AP_RESET_HOLD_REQ: ret = sev_emulate_ap_reset_hold(svm, GHCB_MSR_AP_RESET_HOLD_REQ); break; + case GHCB_MSR_HV_FT_REQ: + svm->vmcb->control.ghcb_gpa = ghcb_msr_hv_feat_resp(); + break; case GHCB_MSR_TERM_REQ: { u64 reason_set, reason_code; @@ -2851,6 +2868,11 @@ int sev_handle_vmgexit(struct kvm_vcpu *vcpu) break; } + case SVM_VMGEXIT_HYPERVISOR_FEATURES: + ghcb_set_sw_exit_info_2(ghcb, KVM_SUPPORTED_GHCB_HV_FEATURES); + + ret = 1; + break; case SVM_VMGEXIT_UNSUPPORTED_EVENT: vcpu_unimpl(vcpu, "vmgexit: unsupported event - exit_info_1=%#llx, exit_info_2=%#llx\n", -- 2.34.1