commit | 956bf3531fba53c0501eda4fbc67950b0f7b913f | [log] [tgz] |
---|---|---|
author | Junaid Shahid <junaids@google.com> | Wed Jun 27 14:59:18 2018 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 06 17:59:00 2018 +0200 |
tree | 37e602fdc99567f8e5a702dfdbca00d415327099 | |
parent | 08fb59d8a47d5e1f9de08659603a47f117fe60d5 [diff] |
kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest When the guest indicates that the TLB doesn't need to be flushed in a CR3 switch, we can also skip resyncing the shadow page tables since an out-of-sync shadow page table is equivalent to an out-of-sync TLB. Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>