Re: [PATCH v4 0/9] x86/kvm/nVMX: optimize MMU switch between L1 and L2

2018-10-10 Thread Paolo Bonzini
On 08/10/2018 21:28, Vitaly Kuznetsov wrote: > Change since v3 [Sean Christopherson]: > - Add Reviewed-by tags (thanks!). > - Drop stale role initializer in kvm_calc_shadow_ept_root_page_role > (interim change in PATCH4, the end result is the same). > - Use '!!' instead of '!= 0' for kvm_read_cr4

[PATCH v4 0/9] x86/kvm/nVMX: optimize MMU switch between L1 and L2

2018-10-08 Thread Vitaly Kuznetsov
Change since v3 [Sean Christopherson]: - Add Reviewed-by tags (thanks!). - Drop stale role initializer in kvm_calc_shadow_ept_root_page_role (interim change in PATCH4, the end result is the same). - Use '!!' instead of '!= 0' for kvm_read_cr4_bits() readings. Also, rebased to the current kvm/que