On 12.07.2023 12:32, Simone Ballarin wrote: > --- a/xen/arch/x86/hvm/svm/asid.c > +++ b/xen/arch/x86/hvm/svm/asid.c > @@ -16,7 +16,7 @@ void svm_asid_init(const struct cpuinfo_x86 *c) > > /* Check for erratum #170, and leave ASIDs disabled if it's present. */ > if ( !cpu_has_amd_erratum(c, AMD_ERRATUM_170) ) > - nasids = cpuid_ebx(0x8000000A); > + nasids = cpuid_ebx(0x8000000AU);
When resubmitting it would be really nice if you made changes that earlier on were indicated could otherwise be done while committing. Jan
