Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Make guest memory access safe #642

Open
mkroening opened this issue Feb 19, 2024 · 0 comments
Open

Make guest memory access safe #642

mkroening opened this issue Feb 19, 2024 · 0 comments
Assignees

Comments

@mkroening
Copy link
Member

As discussed here https://github.com/hermit-os/uhyve/pull/527/files#r1478416022, we should find a method to safely access guest memory mutably (&GuestMemory -> &mut [MaybeUninit<u8>]).

It might make sense to encode exclusive access guaranteed by the guest at the guest API level.

@mkroening mkroening self-assigned this Feb 19, 2024
@mkroening mkroening mentioned this issue Feb 19, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant