Re: [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command
From: Brijesh Singh <hidden>
Date: 2021-09-05 13:59:55
Also in:
kvm, linux-coco, linux-mm, lkml
From: Brijesh Singh <hidden>
Date: 2021-09-05 13:59:55
Also in:
kvm, linux-coco, linux-mm, lkml
Hi Dov, On 9/5/21 1:56 AM, Dov Murik wrote:
+ /* enable the restricted injection */quoted
+ #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