Re: [PATCH 1/4] kvm: svm: Streamline VMSA setting for VCPUs

Jörg Rödel <[email protected]> Tue, 23 Jun 2026 12:55:14 +0200
Newsgroups dev.linux.lists.coconut-svsm,org.kernel.vger.kvm,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
Hi Tom,

On Tue, Jun 16, 2026 at 03:52:55PM -0500, Tom Lendacky wrote:
> On 6/11/26 07:35, Jörg Rödel wrote:
> >  static int snp_decommission_context(struct kvm *kvm);
> > +static int kvm_rmp_make_shared(struct kvm *kvm, u64 pfn, enum pg_level level);
> > +static void sev_flush_encrypted_page(struct kvm_vcpu *vcpu, void *va);
> > +static int snp_page_reclaim(struct kvm *kvm, u64 pfn);
> 
> Can this be worked so that we don't add more forward declarations?

Thanks for the review. I have worked in all your comments into v2.

-Joerg