dalmemail / haiku-nvmm

[GSoC 2024] Hardware virtualization for Haiku’s QEMU port
Other
4 stars 1 forks source link

unmap whole range, not just one area #31

Open dalmemail opened 2 months ago

dalmemail commented 2 months ago

os_vmobj_unmap() should unmap the whole range given not just one area. Because of how NVMM works (it unmaps exactly the same ranges that were os_vmobj_map'ed before) this probably works already, but check it anyway.