Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp497543yba; Mon, 1 Apr 2019 10:29:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqyXbqiUeZg+k8CPI6tftwSPEMy1XeqXPPJj+4Va0+mt/rBcPOHDA7a1ZzM4MYRNTItb6cwH X-Received: by 2002:a17:902:b43:: with SMTP id 61mr64965764plq.83.1554139776275; Mon, 01 Apr 2019 10:29:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554139776; cv=none; d=google.com; s=arc-20160816; b=NWaoRP6bYw66Z8QGONTEyFUDrBU/Lv9x78lSvboBFl9YvFgzEFbPx1nNLecgEA/nvn jOngPe/CsKD/VHZnLxODlCDSu+GP9P0Y7JMEDdw6DSp5jCuYFeqFhSSCVxrp6A3AqLtD /enEc8jR6v0NSaOUDiJWmCw+FuMa3SdXHq6R05gInZ0Oen2Sj4zgKEaUi3YVfFd9WMW9 qyc+XhwujEGl0ahSTymzwYsJqrd59hajqBtQJ6rD0YooZnf9HJFGB7rt7vUqthETnCAl sNxzWOUKm1UKZXSkNcaj/6r77U74JNNBjPDC5kpli0T+V6XOozZo87/acaNwefdUY42L bG7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=9XOEw1YhRH2yO9YOfUfIHZIWPwU9Zrj4gI08ZUxIvyg=; b=tBMkKCsIj2WYsZnJZozRkMSWHYksagWDYVGbbnhD587fuMOqZVY7FXAsE4MfpdFjMX /IlwHGxhIvUozBN3JeParMrygxrbHRD9LXumRfTxjyyDG/GIvneqletwaJy07IHKyyrH Ig8dK/PY2EDRh/qPYXt+1+MyhdXzpL1AQoedSN3hiTV0HTjpNFNzoBJ1t0Bwol1iD1M9 735HuvYghAivjqiQEl2nmOtciU/X/miCBsb4E2Uoo4ooDYfAiZx7Vkms4B/xVa8mGO7Y DGXYWJe5nzMOyP3WGOvYzzjqqIt5ONl+VfQcqfmrpTLwDCAZOuSgSW4xXxlYclILKCzQ +omg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=G1N6eRmg; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b16si6151353pgb.501.2019.04.01.10.29.20; Mon, 01 Apr 2019 10:29:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=G1N6eRmg; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732842AbfDAR2r (ORCPT + 99 others); Mon, 1 Apr 2019 13:28:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:34778 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732837AbfDAR2o (ORCPT ); Mon, 1 Apr 2019 13:28:44 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F140820880; Mon, 1 Apr 2019 17:28:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554139723; bh=s/nEyfwvhgOrfGCx/bkEHKkonUnsTUphwhoHCTouKyM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=G1N6eRmgNA1UR2h2OvYoal5N1Ep3pe/oNkm+eHf4IUTtyBgOoEuqCCIoHvIll37Nn wPR8fDP4QRUljmfzSc54T4XwQ6AgcK1dNthqzzpeQ3CfIarthHwMYENL88dQOruX+N 6C7+5P9NFZE2Le/+ZirjUCGoVsAbfghczyWeEG38= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Xiaoyao Li , Jim Mattson , Sean Christopherson , Paolo Bonzini Subject: [PATCH 4.9 52/56] KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts Date: Mon, 1 Apr 2019 19:03:08 +0200 Message-Id: <20190401170106.725255605@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190401170103.398401360@linuxfoundation.org> References: <20190401170103.398401360@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Sean Christopherson commit 0cf9135b773bf32fba9dd8e6699c1b331ee4b749 upstream. The CPUID flag ARCH_CAPABILITIES is unconditioinally exposed to host userspace for all x86 hosts, i.e. KVM advertises ARCH_CAPABILITIES regardless of hardware support under the pretense that KVM fully emulates MSR_IA32_ARCH_CAPABILITIES. Unfortunately, only VMX hosts handle accesses to MSR_IA32_ARCH_CAPABILITIES (despite KVM_GET_MSRS also reporting MSR_IA32_ARCH_CAPABILITIES for all hosts). Move the MSR_IA32_ARCH_CAPABILITIES handling to common x86 code so that it's emulated on AMD hosts. Fixes: 1eaafe91a0df4 ("kvm: x86: IA32_ARCH_CAPABILITIES is always supported") Cc: stable@vger.kernel.org Reported-by: Xiaoyao Li Cc: Jim Mattson Signed-off-by: Sean Christopherson Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/x86/include/asm/kvm_host.h | 1 + arch/x86/kvm/vmx.c | 14 -------------- arch/x86/kvm/x86.c | 12 ++++++++++++ 3 files changed, 13 insertions(+), 14 deletions(-) --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -487,6 +487,7 @@ struct kvm_vcpu_arch { bool tpr_access_reporting; u64 ia32_xss; u64 microcode_version; + u64 arch_capabilities; /* * Paging state of the vcpu --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -714,7 +714,6 @@ struct vcpu_vmx { u64 msr_guest_kernel_gs_base; #endif - u64 arch_capabilities; u64 spec_ctrl; u32 vm_entry_controls_shadow; @@ -3209,12 +3208,6 @@ static int vmx_get_msr(struct kvm_vcpu * msr_info->data = to_vmx(vcpu)->spec_ctrl; break; - case MSR_IA32_ARCH_CAPABILITIES: - if (!msr_info->host_initiated && - !guest_cpuid_has_arch_capabilities(vcpu)) - return 1; - msr_info->data = to_vmx(vcpu)->arch_capabilities; - break; case MSR_IA32_SYSENTER_CS: msr_info->data = vmcs_read32(GUEST_SYSENTER_CS); break; @@ -3376,11 +3369,6 @@ static int vmx_set_msr(struct kvm_vcpu * vmx_disable_intercept_for_msr(vmx->vmcs01.msr_bitmap, MSR_IA32_PRED_CMD, MSR_TYPE_W); break; - case MSR_IA32_ARCH_CAPABILITIES: - if (!msr_info->host_initiated) - return 1; - vmx->arch_capabilities = data; - break; case MSR_IA32_CR_PAT: if (vmcs_config.vmentry_ctrl & VM_ENTRY_LOAD_IA32_PAT) { if (!kvm_mtrr_valid(vcpu, MSR_IA32_CR_PAT, data)) @@ -5468,8 +5456,6 @@ static int vmx_vcpu_setup(struct vcpu_vm ++vmx->nmsrs; } - vmx->arch_capabilities = kvm_get_arch_capabilities(); - vm_exit_controls_init(vmx, vmcs_config.vmexit_ctrl); /* 22.2.1, 20.8.1 */ --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -2197,6 +2197,11 @@ int kvm_set_msr_common(struct kvm_vcpu * if (msr_info->host_initiated) vcpu->arch.microcode_version = data; break; + case MSR_IA32_ARCH_CAPABILITIES: + if (!msr_info->host_initiated) + return 1; + vcpu->arch.arch_capabilities = data; + break; case MSR_EFER: return set_efer(vcpu, data); case MSR_K7_HWCR: @@ -2473,6 +2478,12 @@ int kvm_get_msr_common(struct kvm_vcpu * case MSR_IA32_UCODE_REV: msr_info->data = vcpu->arch.microcode_version; break; + case MSR_IA32_ARCH_CAPABILITIES: + if (!msr_info->host_initiated && + !guest_cpuid_has_arch_capabilities(vcpu)) + return 1; + msr_info->data = vcpu->arch.arch_capabilities; + break; case MSR_MTRRcap: case 0x200 ... 0x2ff: return kvm_mtrr_get_msr(vcpu, msr_info->index, &msr_info->data); @@ -7672,6 +7683,7 @@ int kvm_arch_vcpu_setup(struct kvm_vcpu { int r; + vcpu->arch.arch_capabilities = kvm_get_arch_capabilities(); kvm_vcpu_mtrr_init(vcpu); r = vcpu_load(vcpu); if (r)