commit | 04d28e375271bf0e6e31abeeb92e4f8b31443d23 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Wed Sep 23 09:33:14 2020 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Sep 28 07:57:54 2020 -0400 |
tree | 17c8b01c5b595acf5bfaf5e03008f36ad0f1b81b | |
parent | 02f1965ff83b2f6162205576b7d708c9ad5bd138 [diff] |
KVM: x86/mmu: Move individual kvm_mmu initialization into common helper Move initialization of 'struct kvm_mmu' fields into alloc_mmu_pages() to consolidate code, and rename the helper to __kvm_mmu_create(). No functional change intended. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Message-Id: <20200923163314.8181-1-sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>