commit | 5ce4786f75d16504223c7a65a42b200c2550fa29 | [log] [tgz] |
---|---|---|
author | Junaid Shahid <junaids@google.com> | Wed Jun 27 14:59:04 2018 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Aug 06 17:58:49 2018 +0200 |
tree | eee73cd1d96eaf252c36eae05b55991c4511885a | |
parent | 42522d08cdba6d8be4247e4f0770f39f4708b71f [diff] |
kvm: x86: Make sync_page() flush remote TLBs once only sync_page() calls set_spte() from a loop across a page table. It would work better if set_spte() left the TLB flushing to its callers, so that sync_page() can aggregate into a single call. Signed-off-by: Junaid Shahid <junaids@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>