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
refactor(virtio-mem): use u64_to_usize instead of try_into+unwrap
It's better to be explicit on the conversion we're doing as u64 to usize
is always safe in our platforms.
Signed-off-by: Riccardo Mancini <[email protected]>
0 commit comments