rivosinc / salus

Risc-V hypervisor for TEE development
96 stars 25 forks source link

Fix U-mode sharing after huge pages support #315

Closed glg-rv closed 1 year ago

glg-rv commented 1 year ago

Huge Page support broke U-mode guest mapping, and in general did not consider it.

This patch fixes this, but avoids a case that now might happen: that shared pages are mapped in guest as huge pages.

This will require further work.