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

From: Paolo Bonzini
Date: Thu Aug 02 2018 - 12:03:25 EST


On 02/08/2018 12:01, Vitaly Kuznetsov wrote:
> Brief look at SVM makes me think it can be optimized the exact same way.
> I'll do this in a separate series if nobody objects.

If you want to rewrite nested SVM altogether to look more like VMX,
that's also a good idea. :) All the stuff like check_nested_events and
nested_run_pending should apply to SVM as well.

Paolo