Re: [PATCH v5 3/3] KVM: selftests: Add test for user space MSR handling

2020-08-19 Thread Aaron Lewis
On Fri, Aug 7, 2020 at 8:57 AM Alexander Graf wrote: > > Now that we have the ability to handle MSRs from user space and also to > select which ones we do want to prevent in-kernel KVM code from handling, > let's add a selftest to show case and verify the API. > > Signed-off-by: Alexander Graf >

[PATCH v5 3/3] KVM: selftests: Add test for user space MSR handling

2020-08-07 Thread Alexander Graf
Now that we have the ability to handle MSRs from user space and also to select which ones we do want to prevent in-kernel KVM code from handling, let's add a selftest to show case and verify the API. Signed-off-by: Alexander Graf --- v2 -> v3: -