Re: [PATCH 3/4] KVM/VMX: Add identical ept table pointer check

2018-07-04 Thread Tianyu Lan
Hi Sean: Thank for your review. On 7/3/2018 1:29 AM, Sean Christopherson wrote: > On Mon, Jul 02, 2018 at 02:17:29PM +, Tianyu Lan wrote: >> This patch is to check ept table pointer of each cpus when set ept >> tables and store identical ept table pointer if all ept table pointers >>

Re: [PATCH 3/4] KVM/VMX: Add identical ept table pointer check

2018-07-04 Thread Tianyu Lan
Hi Sean: Thank for your review. On 7/3/2018 1:29 AM, Sean Christopherson wrote: > On Mon, Jul 02, 2018 at 02:17:29PM +, Tianyu Lan wrote: >> This patch is to check ept table pointer of each cpus when set ept >> tables and store identical ept table pointer if all ept table pointers >>

Re: [PATCH 3/4] KVM/VMX: Add identical ept table pointer check

2018-07-04 Thread Tianyu Lan
Hi Vitaly: Thanks for your review. On 7/2/2018 11:09 PM, Vitaly Kuznetsov wrote: > Tianyu Lan writes: > >> This patch is to check ept table pointer of each cpus when set ept >> tables and store identical ept table pointer if all ept table pointers >> of single VM are same. This is for

Re: [PATCH 3/4] KVM/VMX: Add identical ept table pointer check

2018-07-04 Thread Tianyu Lan
Hi Vitaly: Thanks for your review. On 7/2/2018 11:09 PM, Vitaly Kuznetsov wrote: > Tianyu Lan writes: > >> This patch is to check ept table pointer of each cpus when set ept >> tables and store identical ept table pointer if all ept table pointers >> of single VM are same. This is for

Re: [PATCH 3/4] KVM/VMX: Add identical ept table pointer check

2018-07-02 Thread Vitaly Kuznetsov
Tianyu Lan writes: > This patch is to check ept table pointer of each cpus when set ept > tables and store identical ept table pointer if all ept table pointers > of single VM are same. This is for support of para-virt ept flush > hypercall. > > Signed-off-by: Lan Tianyu > --- >

Re: [PATCH 3/4] KVM/VMX: Add identical ept table pointer check

2018-07-02 Thread Vitaly Kuznetsov
Tianyu Lan writes: > This patch is to check ept table pointer of each cpus when set ept > tables and store identical ept table pointer if all ept table pointers > of single VM are same. This is for support of para-virt ept flush > hypercall. > > Signed-off-by: Lan Tianyu > --- >

[PATCH 3/4] KVM/VMX: Add identical ept table pointer check

2018-07-02 Thread Tianyu Lan
This patch is to check ept table pointer of each cpus when set ept tables and store identical ept table pointer if all ept table pointers of single VM are same. This is for support of para-virt ept flush hypercall. Signed-off-by: Lan Tianyu --- arch/x86/kvm/vmx.c | 31

[PATCH 3/4] KVM/VMX: Add identical ept table pointer check

2018-07-02 Thread Tianyu Lan
This patch is to check ept table pointer of each cpus when set ept tables and store identical ept table pointer if all ept table pointers of single VM are same. This is for support of para-virt ept flush hypercall. Signed-off-by: Lan Tianyu --- arch/x86/kvm/vmx.c | 31