RE: [PATCH v3 05/11] KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors

2020-07-29 Thread Babu Moger
; Molnar ; Borislav Petkov ; H . Peter Anvin > ; Thomas Gleixner > Subject: Re: [PATCH v3 05/11] KVM: SVM: Modify 64 bit intercept field to two > 32 > bit vectors > > On Tue, Jul 28, 2020 at 4:38 PM Babu Moger wrote: > > > > Convert all the intercepts to one array of

Re: [PATCH v3 05/11] KVM: SVM: Modify 64 bit intercept field to two 32 bit vectors

2020-07-29 Thread Jim Mattson
On Tue, Jul 28, 2020 at 4:38 PM Babu Moger wrote: > > Convert all the intercepts to one array of 32 bit vectors in > vmcb_control_area. This makes it easy for future intercept vector > additions. Also update trace functions. > > Signed-off-by: Babu Moger > --- > @@ -128,8 +129,7 @@ enum { > >