Re: [PATCH 03/10] KVM: VMX: Handle INVVPID fallback logic in vpid_sync_vcpu_addr()

From: linmiaohe
Date: Fri Feb 21 2020 - 01:56:30 EST


Sean Christopherson <sean.j.christopherson@xxxxxxxxx> writes:
>Directly invoke vpid_sync_context() to do a global INVVPID when the individual address variant is not supported instead of deferring such behavior to the caller. This allows for additional consolidation of code as the logic is basically identical to the emulation of the individual address variant in handle_invvpid().
>
>No functional change intended.
>
>Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx>
>---

Reviewed-by: Miaohe Lin <linmiaohe@xxxxxxxxxx>