commit | 11cccf5c04721c8a08f9d72a1a5e7281a4041d86 | [log] [tgz] |
---|---|---|
author | Ben Gardon <bgardon@google.com> | Thu Apr 01 16:37:29 2021 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 19 09:05:25 2021 -0400 |
tree | 6b947f54a2ef6203a59d051adf6fda5d33d0ea9c | |
parent | cfc109979b3c879ea9df05e048bb83615964f3e3 [diff] |
KVM: x86/mmu: Make TDP MMU root refcount atomic In order to parallelize more operations for the TDP MMU, make the refcount on TDP MMU roots atomic, so that a future patch can allow multiple threads to take a reference on the root concurrently, while holding the MMU lock in read mode. Signed-off-by: Ben Gardon <bgardon@google.com> Message-Id: <20210401233736.638171-7-bgardon@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>