On 7/1/25 15:16, Ashish Kalra wrote: > From: Ashish Kalra <ashish.kalra@xxxxxxx> > > Introduce new min, max sev_es_asid and sev_snp_asid variables. > > The new {min,max}_{sev_es,snp}_asid variables along with existing > {min,max}_sev_asid variable simplifies partitioning of the > SEV and SEV-ES+ ASID space. > > Suggested-by: Sean Christopherson <seanjc@xxxxxxxxxx> > Signed-off-by: Ashish Kalra <ashish.kalra@xxxxxxx> Reviewed-by: Tom Lendacky <thomas.lendacky@xxxxxxx> > --- > arch/x86/kvm/svm/sev.c | 36 +++++++++++++++++++++++++++--------- > 1 file changed, 27 insertions(+), 9 deletions(-) >