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

2017-07-13 Thread Wanpeng Li
2017-07-13 23:29 GMT+08:00 Radim Krčmář : > 2017-07-12 23:44+0200, Radim Krčmář: >> 2017-06-28 20:01-0700, Wanpeng Li: >> > From: Wanpeng Li >> > >> > This patch adds the L1 guest async page fault #PF vmexit handler, such >> > #PF is converted into

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

2017-07-13 Thread Wanpeng Li
2017-07-13 23:29 GMT+08:00 Radim Krčmář : > 2017-07-12 23:44+0200, Radim Krčmář: >> 2017-06-28 20:01-0700, 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

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

2017-07-13 Thread Radim Krčmář
2017-07-12 23:44+0200, Radim Krčmář: > 2017-06-28 20:01-0700, 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

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

2017-07-13 Thread Radim Krčmář
2017-07-12 23:44+0200, Radim Krčmář: > 2017-06-28 20:01-0700, 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

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

2017-07-12 Thread Wanpeng Li
2017-07-13 5:44 GMT+08:00 Radim Krčmář : > 2017-06-28 20:01-0700, 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 >>

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

2017-07-12 Thread Wanpeng Li
2017-07-13 5:44 GMT+08:00 Radim Krčmář : > 2017-06-28 20:01-0700, 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.

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

2017-07-12 Thread Radim Krčmář
2017-06-28 20:01-0700, 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

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

2017-07-12 Thread Radim Krčmář
2017-06-28 20:01-0700, 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 v7 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler

2017-06-28 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 v7 2/4] KVM: async_pf: Add L1 guest async_pf #PF vmexit handler

2017-06-28 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 ---