Re: [PATCH] x86/kvm/mmu: reset MMU context when 32-bit guest switches PAE

2019-04-30 Thread Vitaly Kuznetsov
Sean Christopherson writes: > On Tue, Apr 30, 2019 at 07:33:26PM +0200, Vitaly Kuznetsov wrote: >> Commit 47c42e6b4192 ("KVM: x86: fix handling of role.cr4_pae and rename it >> to 'gpte_size'") introduced a regression: 32-bit PAE guests stopped > > "gpte_is_8_bytes" is really confusing in this ca

Re: [PATCH] x86/kvm/mmu: reset MMU context when 32-bit guest switches PAE

2019-04-30 Thread Sean Christopherson
On Tue, Apr 30, 2019 at 07:33:26PM +0200, Vitaly Kuznetsov wrote: > Commit 47c42e6b4192 ("KVM: x86: fix handling of role.cr4_pae and rename it > to 'gpte_size'") introduced a regression: 32-bit PAE guests stopped "gpte_is_8_bytes" is really confusing in this case. :-( Unfortunately I can't think