KVM: x86: remove bogus #GP injection
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 14 Dec 2020 12:59:15 +0000 (07:59 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Dec 2020 10:18:30 +0000 (05:18 -0500)
commit9caec4bf1d0126fa5f2fcd21852958bccd2a4c18
tree69a13ca6bce28819c902d4da8f7621b77bf61ded
parent1c04d8c986567c27c56c05205dceadc92efb14ff
KVM: x86: remove bogus #GP injection

There is no need to inject a #GP from kvm_mtrr_set_msr, kvm_emulate_wrmsr will
handle it.

Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mtrr.c