Hi Dov, On 9/5/21 1:56 AM, Dov Murik wrote: > + /* enable the restricted injection */ >> + #define KVM_SEV_SNP_RESTRICTED_INJET (1<<0) >> + >> + /* enable the restricted injection timer */ >> + #define KVM_SEV_SNP_RESTRICTED_TIMER_INJET (1<<1) > Typo in these flags: s/INJET/INJECT/ > > Also in the actual .h file below. Noted. thanks