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
When a VM gets stopped or terminated, the guest memory should be
unmapped and free. This will allow mm struct to be destroyed without any
problem. For that purspose we need to export 2 more functions:
- insert_vm_struct
- do_munmap
Signed-off-by: Charalampos Mainas <[email protected]>
0 commit comments