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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 27394C433F5 for ; Tue, 2 Nov 2021 00:22:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 14F8D60EE3 for ; Tue, 2 Nov 2021 00:22:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232271AbhKBAZT (ORCPT ); Mon, 1 Nov 2021 20:25:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232054AbhKBAZN (ORCPT ); Mon, 1 Nov 2021 20:25:13 -0400 Received: from mail-pl1-x64a.google.com (mail-pl1-x64a.google.com [IPv6:2607:f8b0:4864:20::64a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 955A6C061224 for ; Mon, 1 Nov 2021 17:22:34 -0700 (PDT) Received: by mail-pl1-x64a.google.com with SMTP id r11-20020a170902be0b00b0013f4f30d71cso6736357pls.21 for ; Mon, 01 Nov 2021 17:22:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:in-reply-to:message-id:mime-version:references:subject:from:to :cc; bh=NALAGHmxgx7zuM8oyYfEDkoub9zJsPFlJRLUtFgIAck=; b=dXWtApxl5gms1qPPG0RVxQ4mq3haQMJYuvojtTHjOAjrTjsHziwnuK9plCsnKpWYVK JVagrS4mCfUPLaDZIRdLVhOFH8VtH6y43Q07MBDa3oO7wH+cBSQJLf2hurHjBafft4Fs nA13INkYsaF1gPiDnKfRzfJlxH3uvIGN3uiDbeLwJIiZ7hcoSlCXjIaRUb7HzDiZ0+Dd NMQVVssXCWPf9RQHmqZpgBjUdgo/N/plL6ZYSngz8s1tK3K5WTVrjKyo5U+W/x14b8cy vwpfRUGfET93FmfJstu/401TocpsqlfCk6GMwJWaukKUBQ/6vqHLfkW3yaNtzRL0P1Pk DlMw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:in-reply-to:message-id:mime-version :references:subject:from:to:cc; bh=NALAGHmxgx7zuM8oyYfEDkoub9zJsPFlJRLUtFgIAck=; b=n21+uvcQoN8jzQFByod3i6p4ULbrHsGqVCISnwTvPuh7pEo9ehMT3A85sUFmXzpP3M 4UGhnP0ocnr1RfYyBd9II/05/0wEqTh3rkpsGtPuyVqQRGkO8t9x/kGdL0j+ZY9kKE7x QYDGiFHH/lxHsv6rZBqBTP8S7CHGHU2qt+IyTJHDzPXzaHEQPwxnlCplgfpf80cgpBLy kb/M8buwoxCxts4hCT9VicF0RAxDzfj7F8nHKwEfL76Nmm+CfSC/qXeAzWDzc/vBG1Xj b3kOv6pumAjO2cGz1o6v1+iWNG+qYBNn1hrjQEcpSeOwWtXeXjIfOt1/2I2bMI7aB6a5 DBWA== X-Gm-Message-State: AOAM532u9j2pUa9aN2XH2lQsjnSOT8Jv0CTPHEdKzFerRxUZRd1zGpMZ HR8Y5qAM/Ctpd729tanv89l/Th2W7EV0 X-Google-Smtp-Source: ABdhPJwMfnQu9lzOq3lchz+AtyDKvVv2NetvtywLAd6UERBeOKB19I65Sh2KO1yOdv3p5euteXTMrxI6QPUZ X-Received: from rananta-virt.c.googlers.com ([fda3:e722:ac3:cc00:7f:e700:c0a8:1bcc]) (user=rananta job=sendgmr) by 2002:a05:6a00:13aa:b0:481:22b8:ba7a with SMTP id t42-20020a056a0013aa00b0048122b8ba7amr1347930pfg.28.1635812554109; Mon, 01 Nov 2021 17:22:34 -0700 (PDT) Date: Tue, 2 Nov 2021 00:22:00 +0000 In-Reply-To: <20211102002203.1046069-1-rananta@google.com> Message-Id: <20211102002203.1046069-6-rananta@google.com> Mime-Version: 1.0 References: <20211102002203.1046069-1-rananta@google.com> X-Mailer: git-send-email 2.33.1.1089.g2158813163f-goog Subject: [RFC PATCH 5/8] KVM: arm64: Add vendor hypervisor service calls firmware register From: Raghavendra Rao Ananta To: Marc Zyngier , Andrew Jones , James Morse , Alexandru Elisei , Suzuki K Poulose Cc: Catalin Marinas , Will Deacon , Peter Shier , Ricardo Koller , Oliver Upton , Reiji Watanabe , Jing Zhang , Raghavendra Rao Anata , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, kvm@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Introduce the firmware register to hold the vendor specific hypervisor service calls (owner value 6) as a bitmap. The bitmap represents the features that'll be enabled for the guest, as configured by the user-space. Currently, this includes support only for Precision Time Protocol (PTP), represented by bit-0. Signed-off-by: Raghavendra Rao Ananta --- Documentation/virt/kvm/arm/hypercalls.rst | 23 +++++++++++----- arch/arm64/include/asm/kvm_host.h | 1 + arch/arm64/include/uapi/asm/kvm.h | 6 +++++ arch/arm64/kvm/arm.c | 1 + arch/arm64/kvm/hypercalls.c | 33 ++++++++++++++++++++++- include/kvm/arm_hypercalls.h | 3 +++ 6 files changed, 59 insertions(+), 8 deletions(-) diff --git a/Documentation/virt/kvm/arm/hypercalls.rst b/Documentation/virt/kvm/arm/hypercalls.rst index 2cb82c694868..61d95f4f1ddf 100644 --- a/Documentation/virt/kvm/arm/hypercalls.rst +++ b/Documentation/virt/kvm/arm/hypercalls.rst @@ -20,13 +20,14 @@ pseudo-registers" that can be manipulated using the GET/SET_ONE_REG interface. These registers can be saved/restored by userspace, and set to a convenient value if required. -The firmware registers, KVM_REG_ARM_STD and KVM_REG_ARM_STD_HYP exposes -the hypercall services in the form of a feature bitmap. Upon VM creation, -by default, KVM exposes all the features to the guest, which can be learnt -using GET_ONE_REG interface. Conversely, the features can be enabled or -disabled via the SET_ONE_REG interface. These registers allow the user-space -modification only until the VM has started running, after which they turn to -read-only registers. SET_ONE_REG in this scenario will return -EBUSY. +The firmware registers, KVM_REG_ARM_STD, KVM_REG_ARM_STD_HYP and +KVM_REG_ARM_VENDOR_HYP exposes the hypercall services in the form of a +feature bitmap. Upon VM creation, by default, KVM exposes all the features +to the guest, which can be learnt using GET_ONE_REG interface. Conversely, +the features can be enabled or disabled via the SET_ONE_REG interface. +These registers allow the user-space modification only until the VM has +started running, after which they turn to read-only registers. +SET_ONE_REG in this scenario will return -EBUSY. The following register is defined: @@ -100,4 +101,12 @@ The following register is defined: The bit represents the Paravirtualized Time service (also known as stolen time) as represented by ARM DEN0057A. +* KVM_REG_ARM_VENDOR_HYP + Controls the bitmap of the Vendor specific Hypervisor Service Calls. + + The following bits are accepted: + + KVM_REG_ARM_STD_HYP_PTP: + The bit represents the Precision Time Protocol KVM service. + .. [1] https://developer.arm.com/-/media/developer/pdf/ARM_DEN_0070A_Firmware_interfaces_for_mitigating_CVE-2017-5715.pdf diff --git a/arch/arm64/include/asm/kvm_host.h b/arch/arm64/include/asm/kvm_host.h index cee4f4b8a756..27861b3bd25f 100644 --- a/arch/arm64/include/asm/kvm_host.h +++ b/arch/arm64/include/asm/kvm_host.h @@ -108,6 +108,7 @@ struct hvc_reg_desc { u64 kvm_std_bmap; u64 kvm_std_hyp_bmap; + u64 kvm_vendor_hyp_bmap; }; struct kvm_arch { diff --git a/arch/arm64/include/uapi/asm/kvm.h b/arch/arm64/include/uapi/asm/kvm.h index 46701da1a27d..a1d0e8e69eed 100644 --- a/arch/arm64/include/uapi/asm/kvm.h +++ b/arch/arm64/include/uapi/asm/kvm.h @@ -293,6 +293,12 @@ enum kvm_reg_arm_std_hyp_bmap { KVM_REG_ARM_STD_HYP_BMAP_MAX, }; +#define KVM_REG_ARM_VENDOR_HYP KVM_REG_ARM_FW_REG(5) +enum kvm_reg_arm_vendor_hyp_bmap { + KVM_REG_ARM_VENDOR_HYP_PTP, + KVM_REG_ARM_VENDOR_HYP_BMAP_MAX, +}; + /* SVE registers */ #define KVM_REG_ARM64_SVE (0x15 << KVM_REG_ARM_COPROC_SHIFT) diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/arm.c index 1c69d2a71b86..5c89db8336eb 100644 --- a/arch/arm64/kvm/arm.c +++ b/arch/arm64/kvm/arm.c @@ -136,6 +136,7 @@ static void set_default_hypercalls(struct kvm *kvm) hvc_desc->kvm_std_bmap = ARM_SMCCC_STD_FEATURES; hvc_desc->kvm_std_hyp_bmap = ARM_SMCCC_STD_HYP_FEATURES; + hvc_desc->kvm_vendor_hyp_bmap = ARM_SMCCC_VENDOR_HYP_FEATURES; } /** diff --git a/arch/arm64/kvm/hypercalls.c b/arch/arm64/kvm/hypercalls.c index 46064c515058..74ebe5355dc0 100644 --- a/arch/arm64/kvm/hypercalls.c +++ b/arch/arm64/kvm/hypercalls.c @@ -67,6 +67,8 @@ static u64 *kvm_fw_reg_to_bmap(struct kvm *kvm, u64 fw_reg) return &hvc_desc->kvm_std_bmap; case KVM_REG_ARM_STD_HYP: return &hvc_desc->kvm_std_hyp_bmap; + case KVM_REG_ARM_VENDOR_HYP: + return &hvc_desc->kvm_vendor_hyp_bmap; default: return NULL; } @@ -93,6 +95,10 @@ static const struct kvm_hvc_func_map hvc_std_hyp_map[] = { HVC_FUNC_MAP_DESC(ARM_SMCCC_HV_PV_TIME_ST, KVM_REG_ARM_STD_HYP_PV_TIME_ST), }; +static const struct kvm_hvc_func_map hvc_vendor_hyp_map[] = { + HVC_FUNC_MAP_DESC(ARM_SMCCC_VENDOR_HYP_KVM_PTP_FUNC_ID, KVM_REG_ARM_VENDOR_HYP_PTP), +}; + bool kvm_hvc_call_supported(struct kvm_vcpu *vcpu, u32 func_id) { struct kvm *kvm = vcpu->kvm; @@ -113,6 +119,11 @@ bool kvm_hvc_call_supported(struct kvm_vcpu *vcpu, u32 func_id) hvc_func_map = hvc_std_hyp_map; map_sz = ARRAY_SIZE(hvc_std_hyp_map); break; + case ARM_SMCCC_OWNER_VENDOR_HYP: + fw_reg = KVM_REG_ARM_VENDOR_HYP; + hvc_func_map = hvc_vendor_hyp_map; + map_sz = ARRAY_SIZE(hvc_vendor_hyp_map); + break; default: /* Allow all the owners that aren't mapped */ return true; @@ -133,6 +144,7 @@ bool kvm_hvc_call_supported(struct kvm_vcpu *vcpu, u32 func_id) int kvm_hvc_call_handler(struct kvm_vcpu *vcpu) { + struct hvc_reg_desc *hvc_desc = &vcpu->kvm->arch.hvc_desc; u32 func_id = smccc_get_function(vcpu); u64 val[4] = {SMCCC_RET_NOT_SUPPORTED}; u32 feature; @@ -204,7 +216,14 @@ int kvm_hvc_call_handler(struct kvm_vcpu *vcpu) break; case ARM_SMCCC_VENDOR_HYP_KVM_FEATURES_FUNC_ID: val[0] = BIT(ARM_SMCCC_KVM_FUNC_FEATURES); - val[0] |= BIT(ARM_SMCCC_KVM_FUNC_PTP); + + /* + * The feature bits exposed to user-space doesn't include + * ARM_SMCCC_KVM_FUNC_FEATURES. However, we expose this to + * the guest as bit-0. Hence, left-shift the user-space + * exposed bitmap by 1 to accommodate this. + */ + val[0] |= (hvc_desc->kvm_vendor_hyp_bmap << 1); break; case ARM_SMCCC_VENDOR_HYP_KVM_PTP_FUNC_ID: kvm_ptp_get_time(vcpu, val); @@ -230,6 +249,7 @@ static const u64 fw_reg_ids[] = { KVM_REG_ARM_SMCCC_ARCH_WORKAROUND_2, KVM_REG_ARM_STD, KVM_REG_ARM_STD_HYP, + KVM_REG_ARM_VENDOR_HYP, }; int kvm_arm_get_fw_num_regs(struct kvm_vcpu *vcpu) @@ -310,6 +330,9 @@ int kvm_arm_get_fw_reg(struct kvm_vcpu *vcpu, const struct kvm_one_reg *reg) case KVM_REG_ARM_STD_HYP: val = hvc_desc->kvm_std_hyp_bmap; break; + case KVM_REG_ARM_VENDOR_HYP: + val = hvc_desc->kvm_vendor_hyp_bmap; + break; default: return -ENOENT; } @@ -446,6 +469,14 @@ int kvm_arm_set_fw_reg(struct kvm_vcpu *vcpu, const struct kvm_one_reg *reg) hvc_desc->kvm_std_hyp_bmap = val; return 0; + + case KVM_REG_ARM_VENDOR_HYP: + if (val & ~ARM_SMCCC_VENDOR_HYP_FEATURES) + return -EINVAL; + + hvc_desc->kvm_vendor_hyp_bmap = val; + return 0; + default: return -ENOENT; } diff --git a/include/kvm/arm_hypercalls.h b/include/kvm/arm_hypercalls.h index bbb3b12b10e3..d8c17d161ee5 100644 --- a/include/kvm/arm_hypercalls.h +++ b/include/kvm/arm_hypercalls.h @@ -12,6 +12,9 @@ #define ARM_SMCCC_STD_HYP_FEATURES \ GENMASK_ULL(KVM_REG_ARM_STD_HYP_BMAP_MAX - 1, 0) +#define ARM_SMCCC_VENDOR_HYP_FEATURES \ + GENMASK_ULL(KVM_REG_ARM_VENDOR_HYP_BMAP_MAX - 1, 0) + int kvm_hvc_call_handler(struct kvm_vcpu *vcpu); static inline u32 smccc_get_function(struct kvm_vcpu *vcpu) -- 2.33.1.1089.g2158813163f-goog