Re: [PATCH v8 3/8] KVM: x86: Add infrastructure for MSR filtering

From: Aaron Lewis
Date: Mon Sep 28 2020 - 12:08:20 EST


On Fri, Sep 25, 2020 at 7:36 AM Alexander Graf <graf@xxxxxxxxxx> wrote:
>
> 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@xxxxxxxxxx>

Reviewed-by: Aaron Lewis <aaronlewis@xxxxxxxxxx>

>
> ---
>
> v7 -> v8:
>
> s/KVM_MSR_ALLOW/KVM_MSR_FILTER/g
> ---
> arch/x86/include/asm/kvm_host.h | 1 +
> arch/x86/include/uapi/asm/kvm.h | 2 ++
> arch/x86/kvm/x86.c | 6 ++++++
> arch/x86/kvm/x86.h | 1 +
> 4 files changed, 10 insertions(+)