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: move StartMicrovmError::AllocateResources into VmmError
This means that `create_vmm_and_vcpus` now does not use any variants of
`StartMicrovmError` directly, and as a next step can be converted to
return `VmmError` directly, which will eliminate all the `map_err`
inside.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments