]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: X86: Do the same ignore_msrs check for feature msrs
authorPeter Xu <peterx@redhat.com>
Mon, 22 Jun 2020 22:04:42 +0000 (18:04 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 8 Jul 2020 20:21:40 +0000 (16:21 -0400)
commit394e0fe2b80ad28a2f97baa62e5ba1263dc0dddb
treea090be2f6995141fcd24283ed6a613ba789f8e10
parent787a992bf947b7c578d1e5c5fb1f2b3e4132742c
KVM: X86: Do the same ignore_msrs check for feature msrs

Logically the ignore_msrs and report_ignored_msrs should also apply to feature
MSRs.  Add them in.

Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20200622220442.21998-3-peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/svm.c
arch/x86/kvm/vmx/vmx.c
arch/x86/kvm/x86.c