bao-hypervisor icon indicating copy to clipboard operation
bao-hypervisor copied to clipboard

fix(core/vmm): fixe use of fences on VMM install

Open josecm opened this issue 7 months ago • 0 comments

First a fence was required to enforce the dependency on install_info_ready being set calling vmm_vm_install as there is no real data dependency.

Second, we move the write fence which ensures the write to the page table is visible to within the install function. It is it responsibility to ensure it returns with its effects visible.

josecm avatar Dec 10 '23 17:12 josecm