From nobody Tue Feb 10 05:17:12 2026 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 310255FDC9 for ; Mon, 18 Mar 2024 23:34:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710804845; cv=none; b=F0I1i5XKgkZGOWFDquALgv+Y/AUId4ByEknANg9bb7wZTKG218hIyckbE+nrmO+EYBirftednKhx3MxrXVRCklqgyBnsly+KJHxGucv70RZLglDyHnl3GP0qzlsMbJvejDzmvyD39arORDyiiA242p6XrRQWdKB+eSpw09+Vzp4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710804845; c=relaxed/simple; bh=X+wpiCLHt0A0MlEox5pBcvd+CZnKQyhur6Qdq10ypmc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=h1MjnSJV9zGkvKBRnQjbZ5E+JnZxoQG+eOrVD5aO6xNTxrWPHaqqqWKIcX4jYqNK0MMZ1nt1RmqXkxV5XAMx9w+W4niSHdhLRlwm3aOVXsQzWVmk8oOQwFVOW9oUj1G3qkUx5vUYZOcB7lP5L3YacaBEBbj8I2H2MUUlEF4x2Gw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=fHmLjZnz; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="fHmLjZnz" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1710804842; 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=Y/UJD6UkjatoT2sa2f7cYALB+Y8wZfv5tBpC6qWKUlU=; b=fHmLjZnzKy5GF37Jj/o+klkg2aYBKHNEs7Ep7QWRLg3kHLsjbWK1+/tJ0hxY19iQaBRdPM /Z8PfZMxd3ANcf3KIY33/GtMfBuPnp/j67q91lwYrYGbAidhVuEkZX9VaE2Mwqe/cG1x+e RnK1Ti4hPxH1lC2z/TMET4cz4391FEQ= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-14-cKMRVEyGNuacM8ctBeGqLw-1; Mon, 18 Mar 2024 19:33:56 -0400 X-MC-Unique: cKMRVEyGNuacM8ctBeGqLw-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E65141C05EAD; Mon, 18 Mar 2024 23:33:55 +0000 (UTC) Received: from virtlab701.virt.lab.eng.bos.redhat.com (virtlab701.virt.lab.eng.bos.redhat.com [10.19.152.228]) by smtp.corp.redhat.com (Postfix) with ESMTP id C01C81C060CE; Mon, 18 Mar 2024 23:33:55 +0000 (UTC) From: Paolo Bonzini To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: michael.roth@amd.com, isaku.yamahata@intel.com, seanjc@google.com Subject: [PATCH v4 10/15] KVM: SEV: introduce to_kvm_sev_info Date: Mon, 18 Mar 2024 19:33:47 -0400 Message-ID: <20240318233352.2728327-11-pbonzini@redhat.com> In-Reply-To: <20240318233352.2728327-1-pbonzini@redhat.com> References: <20240318233352.2728327-1-pbonzini@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.7 Content-Type: text/plain; charset="utf-8" Suggested-by: Sean Christopherson Signed-off-by: Paolo Bonzini --- arch/x86/kvm/svm/sev.c | 4 ++-- arch/x86/kvm/svm/svm.h | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/svm/sev.c b/arch/x86/kvm/svm/sev.c index 800e836a69fb..704cd42b4f1b 100644 --- a/arch/x86/kvm/svm/sev.c +++ b/arch/x86/kvm/svm/sev.c @@ -94,7 +94,7 @@ static int sev_flush_asids(unsigned int min_asid, unsigne= d int max_asid) =20 static inline bool is_mirroring_enc_context(struct kvm *kvm) { - return !!to_kvm_svm(kvm)->sev_info.enc_context_owner; + return !!to_kvm_sev_info(kvm)->enc_context_owner; } =20 static bool sev_vcpu_has_debug_swap(struct vcpu_svm *svm) @@ -679,7 +679,7 @@ static int __sev_launch_update_vmsa(struct kvm *kvm, st= ruct kvm_vcpu *vcpu, clflush_cache_range(svm->sev_es.vmsa, PAGE_SIZE); =20 vmsa.reserved =3D 0; - vmsa.handle =3D to_kvm_svm(kvm)->sev_info.handle; + vmsa.handle =3D to_kvm_sev_info(kvm)->handle; vmsa.address =3D __sme_pa(svm->sev_es.vmsa); vmsa.len =3D PAGE_SIZE; ret =3D sev_issue_cmd(kvm, SEV_CMD_LAUNCH_UPDATE_VMSA, &vmsa, error); diff --git a/arch/x86/kvm/svm/svm.h b/arch/x86/kvm/svm/svm.h index b7707514d042..6313679d464b 100644 --- a/arch/x86/kvm/svm/svm.h +++ b/arch/x86/kvm/svm/svm.h @@ -319,6 +319,11 @@ static __always_inline struct kvm_svm *to_kvm_svm(stru= ct kvm *kvm) return container_of(kvm, struct kvm_svm, kvm); } =20 +static __always_inline struct kvm_sev_info *to_kvm_sev_info(struct kvm *kv= m) +{ + return &to_kvm_svm(kvm)->sev_info; +} + static __always_inline bool sev_guest(struct kvm *kvm) { #ifdef CONFIG_KVM_AMD_SEV --=20 2.43.0