Commit 5541ff3
committed
Allow unmapping existing mapped ranges in the guest
Previously, the page table manipulation interfaces exported for the
use of guests did not permit unmapping an existing mapped range. This
commit improves that situation, by adding an "unmapped" mapping type,
which code can use to request that a remap operation make a region
not-present.
Signed-off-by: Lucy Menon <168595099+syntactically@users.noreply.github.com>1 parent ab8f7a4 commit 5541ff3
4 files changed
Lines changed: 4 additions & 0 deletions
File tree
- src
- hyperlight_common/src
- arch/amd64
- hyperlight_host/src
- mem
- sandbox
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
459 | 460 | | |
460 | 461 | | |
461 | 462 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
471 | 472 | | |
472 | 473 | | |
473 | 474 | | |
| |||
0 commit comments