Re: [PATCH v5 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler

2017-06-27 Thread Wanpeng Li
2017-06-27 21:30 GMT+08:00 Paolo Bonzini : > > > On 27/06/2017 03:46, Wanpeng Li wrote: >> From: Wanpeng Li >> >> This patch adds the L1 guest async page fault #PF vmexit handler, such >> #PF is converted into vmexit from L2 to L1 on #PF which is then

Re: [PATCH v5 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler

2017-06-27 Thread Wanpeng Li
2017-06-27 21:30 GMT+08:00 Paolo Bonzini : > > > On 27/06/2017 03:46, Wanpeng Li wrote: >> From: Wanpeng Li >> >> This patch adds the L1 guest async page fault #PF vmexit handler, such >> #PF is converted into vmexit from L2 to L1 on #PF which is then handled >> by L1 similar to ordinary async

Re: [PATCH v5 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler

2017-06-27 Thread Paolo Bonzini
On 27/06/2017 03:46, Wanpeng Li wrote: > From: Wanpeng Li > > This patch adds the L1 guest async page fault #PF vmexit handler, such > #PF is converted into vmexit from L2 to L1 on #PF which is then handled > by L1 similar to ordinary async page fault. > > Cc: Paolo

Re: [PATCH v5 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler

2017-06-27 Thread Paolo Bonzini
On 27/06/2017 03:46, Wanpeng Li wrote: > From: Wanpeng Li > > This patch adds the L1 guest async page fault #PF vmexit handler, such > #PF is converted into vmexit from L2 to L1 on #PF which is then handled > by L1 similar to ordinary async page fault. > > Cc: Paolo Bonzini > Cc: Radim

[PATCH v5 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler

2017-06-26 Thread Wanpeng Li
From: Wanpeng Li This patch adds the L1 guest async page fault #PF vmexit handler, such #PF is converted into vmexit from L2 to L1 on #PF which is then handled by L1 similar to ordinary async page fault. Cc: Paolo Bonzini Cc: Radim Krčmář

[PATCH v5 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler

2017-06-26 Thread Wanpeng Li
From: Wanpeng Li This patch adds the L1 guest async page fault #PF vmexit handler, such #PF is converted into vmexit from L2 to L1 on #PF which is then handled by L1 similar to ordinary async page fault. Cc: Paolo Bonzini Cc: Radim Krčmář Signed-off-by: Wanpeng Li --- arch/x86/kvm/vmx.c |