RE: [PATCH v2 2/3] KVM:SVM: Add extended intercept support

2020-06-17 Thread Babu Moger
Vitaly Kuznetsov ; > Thomas Gleixner ; LKML ; > kvm list > Subject: Re: [PATCH v2 2/3] KVM:SVM: Add extended intercept support > > On Wed, Jun 17, 2020 at 11:11 AM Babu Moger > wrote: > > > > Jim, > > > > > -Original Message- > >

Re: [PATCH v2 2/3] KVM:SVM: Add extended intercept support

2020-06-17 Thread Jim Mattson
Roedel ; > > the arch/x86 maintainers ; Sean Christopherson > > ; Ingo Molnar ; > > Borislav Petkov ; H . Peter Anvin ; Paolo > > Bonzini ; Vitaly Kuznetsov ; > > Thomas Gleixner ; LKML ; > > kvm list > > Subject: RE: [PATCH v2 2/3] KVM:SVM: Add extended

RE: [PATCH v2 2/3] KVM:SVM: Add extended intercept support

2020-06-17 Thread Babu Moger
av Petkov ; H . Peter Anvin ; Paolo > Bonzini ; Vitaly Kuznetsov ; > Thomas Gleixner ; LKML ; > kvm list > Subject: RE: [PATCH v2 2/3] KVM:SVM: Add extended intercept support > > > > > -Original Message- > > From: Jim Mattson > > Sent: Tuesday, Jun

RE: [PATCH v2 2/3] KVM:SVM: Add extended intercept support

2020-06-17 Thread Babu Moger
; mi...@redhat.com; b...@alien8.de; > h...@zytor.com; pbonz...@redhat.com; t...@linutronix.de; > jmatt...@google.com > Subject: Re: [PATCH v2 2/3] KVM:SVM: Add extended intercept support > > Babu Moger writes: > > > The new intercept bits have been added in vmcb control &g

RE: [PATCH v2 2/3] KVM:SVM: Add extended intercept support

2020-06-17 Thread Babu Moger
Vitaly Kuznetsov ; > Thomas Gleixner ; LKML ; > kvm list > Subject: Re: [PATCH v2 2/3] KVM:SVM: Add extended intercept support > > On Tue, Jun 16, 2020 at 3:03 PM Babu Moger wrote: > > > > The new intercept bits have been added in vmcb control > > area to support th

Re: [PATCH v2 2/3] KVM:SVM: Add extended intercept support

2020-06-17 Thread Vitaly Kuznetsov
Babu Moger writes: > The new intercept bits have been added in vmcb control > area to support the interception of INVPCID instruction. > > The following bit is added to the VMCB layout control area > to control intercept of INVPCID: > > Byte Offset Bit(s) Function > 14h 2

Re: [PATCH v2 2/3] KVM:SVM: Add extended intercept support

2020-06-16 Thread Jim Mattson
On Tue, Jun 16, 2020 at 3:03 PM Babu Moger wrote: > > The new intercept bits have been added in vmcb control > area to support the interception of INVPCID instruction. > > The following bit is added to the VMCB layout control area > to control intercept of INVPCID: > > Byte Offset Bit(s)