Commit b832317
KVM: x86/mmu: Export kvm_tdp_map_page()
In future changes coco specific code will need to call kvm_tdp_map_page()
from within their respective gmem_post_populate() callbacks. Export it
so this can be done from vendor specific code. Since kvm_mmu_reload()
will be needed for this operation, export its callee kvm_mmu_load() as
well.
Signed-off-by: Rick Edgecombe <rick.p.edgecombe@intel.com>
Signed-off-by: Yan Zhao <yan.y.zhao@intel.com>
Message-ID: <20241112073827.22270-1-yan.y.zhao@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>1 parent 958810a commit b832317
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4728 | 4728 | | |
4729 | 4729 | | |
4730 | 4730 | | |
| 4731 | + | |
4731 | 4732 | | |
4732 | 4733 | | |
4733 | 4734 | | |
| |||
5751 | 5752 | | |
5752 | 5753 | | |
5753 | 5754 | | |
| 5755 | + | |
5754 | 5756 | | |
5755 | 5757 | | |
5756 | 5758 | | |
| |||
0 commit comments