Re: [PATCH v2 8/9] KVM: x86: add force_intercept_exceptions_mask

2021-04-27 Thread Borislav Petkov
On Thu, Apr 01, 2021 at 04:54:50PM +0300, Maxim Levitsky wrote: > This parameter will be used by VMX and SVM code to force > interception of a set of exceptions, given by a bitmask > for guest debug and/or kvm debug. > > This option is not intended for production. > > This is based on an idea

[PATCH v2 8/9] KVM: x86: add force_intercept_exceptions_mask

2021-04-01 Thread Maxim Levitsky
This parameter will be used by VMX and SVM code to force interception of a set of exceptions, given by a bitmask for guest debug and/or kvm debug. This option is not intended for production. This is based on an idea first shown here: