Re: [PATCH v4 2/3] KVM: x86: Introduce allow list for MSR emulation

2020-09-01 Thread Alexander Graf
On 20.08.20 00:49, Jim Mattson wrote: On Mon, Aug 3, 2020 at 2:14 PM Alexander Graf wrote: --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -901,6 +901,13 @@ struct kvm_hv { struct kvm_hv_syndbg hv_syndbg; }; +struct msr_bitmap_range { + u32 f

Re: [PATCH v4 2/3] KVM: x86: Introduce allow list for MSR emulation

2020-08-19 Thread Jim Mattson
On Mon, Aug 3, 2020 at 2:14 PM Alexander Graf wrote: > --- a/arch/x86/include/asm/kvm_host.h > +++ b/arch/x86/include/asm/kvm_host.h > @@ -901,6 +901,13 @@ struct kvm_hv { > struct kvm_hv_syndbg hv_syndbg; > }; > > +struct msr_bitmap_range { > + u32 flags; > + u32 nmsrs; > +