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

2020-09-28 Thread Aaron Lewis
On Fri, Sep 25, 2020 at 7:36 AM Alexander Graf 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

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

2020-09-25 Thread Alexander Graf
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 --- v7 -> v8: s/KVM_MSR_ALLOW/KVM_MSR_FILTER/g ---