Re: [PATCH v5 01/12] KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)

2020-08-26 Thread Jim Mattson
On Wed, Aug 26, 2020 at 12:13 PM Babu Moger wrote: > > This is in preparation for the future intercept vector additions. > > Add new functions vmcb_set_intercept, vmcb_clr_intercept and vmcb_is_intercept > using kernel APIs __set_bit, __clear_bit and test_bit espectively. Nit: "respectively" > > S

[PATCH v5 01/12] KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)

2020-08-26 Thread Babu Moger
This is in preparation for the future intercept vector additions. Add new functions vmcb_set_intercept, vmcb_clr_intercept and vmcb_is_intercept using kernel APIs __set_bit, __clear_bit and test_bit espectively. Signed-off-by: Babu Moger --- arch/x86/kvm/svm/svm.h | 15 +++ 1 file