Re: [PATCH 5/6] kvm/i386: Add support for user space MSR filtering

2021-06-25 Thread Siddharth Chandrasekaran
On Tue, Jun 08, 2021 at 12:53:17PM +0200, Siddharth Chandrasekaran wrote: > On Tue, Jun 08, 2021 at 10:48:53AM +0200, Alexander Graf wrote: > > On 24.05.21 22:01, Siddharth Chandrasekaran wrote: > > > Check and enable user space MSR filtering capability and handle new exit > > > reason KVM_EXIT_X86

Re: [PATCH 5/6] kvm/i386: Add support for user space MSR filtering

2021-06-08 Thread Siddharth Chandrasekaran
On Tue, Jun 08, 2021 at 10:48:53AM +0200, Alexander Graf wrote: > On 24.05.21 22:01, Siddharth Chandrasekaran wrote: > > Check and enable user space MSR filtering capability and handle new exit > > reason KVM_EXIT_X86_WRMSR. This will be used in a follow up patch to > > implement hyper-v overlay pa

Re: [PATCH 5/6] kvm/i386: Add support for user space MSR filtering

2021-06-08 Thread Alexander Graf
On 24.05.21 22:01, Siddharth Chandrasekaran wrote: Check and enable user space MSR filtering capability and handle new exit reason KVM_EXIT_X86_WRMSR. This will be used in a follow up patch to implement hyper-v overlay pages. Signed-off-by: Siddharth Chandrasekaran This patch will break bis

[PATCH 5/6] kvm/i386: Add support for user space MSR filtering

2021-05-24 Thread Siddharth Chandrasekaran
Check and enable user space MSR filtering capability and handle new exit reason KVM_EXIT_X86_WRMSR. This will be used in a follow up patch to implement hyper-v overlay pages. Signed-off-by: Siddharth Chandrasekaran --- target/i386/kvm/kvm.c | 72 +++ 1 fil