You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should ensure we are consistent w/ our usage of pointers throughout the hyperlight_host codebase. We have APIs for RawPtr and GuestPtr, but, in some places, we use *const mut u8, and, in others, we use u64.