We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>]).
&GuestMemory -> &mut [MaybeUninit<u8>]
It might make sense to encode exclusive access guaranteed by the guest at the guest API level.
The text was updated successfully, but these errors were encountered:
mkroening
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: