]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Add infrastructure for MSR filtering
authorAlexander Graf <graf@amazon.com>
Fri, 25 Sep 2020 14:34:17 +0000 (16:34 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 28 Sep 2020 11:58:05 +0000 (07:58 -0400)
commit51de8151bd21bae0ce76f604eec6a7176f7093b3
tree2be4314648b13c5df06a917302c4b786bbe6ba95
parent1ae099540e8c7f1ee066b3ad45cc91f582bb1ce8
KVM: x86: Add infrastructure for MSR filtering

In the following commits we will add pieces of MSR filtering.
To ensure that code compiles even with the feature half-merged, let's add
a few stubs and struct definitions before the real patches start.

Signed-off-by: Alexander Graf <graf@amazon.com>
Message-Id: <20200925143422.21718-4-graf@amazon.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/include/uapi/asm/kvm.h
arch/x86/kvm/x86.c
arch/x86/kvm/x86.h