Re: [PATCH 1/3] KVM: x86: remove bogus #GP injection

2020-12-14 Thread Tom Lendacky
On 12/14/20 12:32 PM, Paolo Bonzini wrote: > There is no need to inject a #GP from kvm_mtrr_set_msr, kvm_emulate_wrmsr will > handle it. > > Signed-off-by: Paolo Bonzini Reviewed-by: Tom Lendacky > --- > arch/x86/kvm/mtrr.c | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > >

[PATCH 1/3] KVM: x86: remove bogus #GP injection

2020-12-14 Thread Paolo Bonzini
There is no need to inject a #GP from kvm_mtrr_set_msr, kvm_emulate_wrmsr will handle it. Signed-off-by: Paolo Bonzini --- arch/x86/kvm/mtrr.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/x86/kvm/mtrr.c b/arch/x86/kvm/mtrr.c index 7f0059aa30e1..f472fdb6ae7e