mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-05-13 02:08:03 +00:00
If the guest is RTVM, dm process exit doesn't mean RTVM is shutdown. Only shutdown_vm in hypervisor guarantee RTVM is shutodwn. So we should avoid touch guest memory content from DM if the guest is RTVM. Tracked-On: #4428 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>