Re: [PATCH v3 01/11] KVM: SVM: Introduce __set_intercept, __clr_intercept and __is_intercept

From: Jim Mattson
Date: Tue Jul 28 2020 - 19:50:20 EST


On Tue, Jul 28, 2020 at 4:37 PM Babu Moger <babu.moger@xxxxxxx> wrote:
>
> This is in preparation for the future intercept vector additions.
>
> Add new functions __set_intercept, __clr_intercept and __is_intercept
> using kernel APIs __set_bit, __clear_bit and test_bit espectively.
>
> Signed-off-by: Babu Moger <babu.moger@xxxxxxx>
Sean will probably complain about introducing unused functions, but...

Reviewed-by: Jim Mattson <jmattson@xxxxxxxxxx>