Re: [PATCH 18/21] KVM: x86/mmu: Export kvm_tdp_map_page()

From: Paolo Bonzini
Date: Tue Sep 10 2024 - 06:04:47 EST


On 9/4/24 05:07, Rick Edgecombe wrote:
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 it as well.

You can just squash this into patch 19; if you don't, s/it/its callee kvm_mmu_load()/ in the last line.

Paolo