commit | ad896af0b50ed656e38a31fca1fdb7bb7533db45 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 02 16:56:14 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 08 22:48:02 2015 +0100 |
tree | a633dad0d81ed0707fae701975845599beaa3d2b | |
parent | e0c6db3e22f564d91832547a2432ab00f215108e [diff] |
KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept_mmu The initialization function in mmu.c can always use walk_mmu, which is known to be vcpu->arch.mmu. Only init_kvm_nested_mmu is used to initialize vcpu->arch.nested_mmu. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>