Closed thomasdangl closed 1 year ago
This PR avoids the error case of an unmapped new page during kvm_mmu_change_gfn by creating the mapping on-the-fly. Supposed to make the use of #60 a lot easier.
kvm_mmu_change_gfn
This PR avoids the error case of an unmapped new page during
kvm_mmu_change_gfn
by creating the mapping on-the-fly. Supposed to make the use of #60 a lot easier.