commit | 832914452a9638b713a3ea9a490cbc18f3b164f2 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Thu Jul 02 19:35:30 2020 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jul 09 13:29:39 2020 -0400 |
tree | 632781264329f68a128fd02325d371a5d1bb0a95 | |
parent | 53a3f4877152fe1c1d6c499a49bf573b60f5dc41 [diff] |
KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches() Avoid refilling the memory caches and potentially slow reclaim/swap when handling a fast page fault, which does not need to allocate any new objects. Reviewed-by: Ben Gardon <bgardon@google.com> Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Message-Id: <20200703023545.8771-7-sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>