mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
If launch two UOS with same UUID by acrn-dm, current code path will return same VM instance to the acrn-dm, this will crash the two UOS. Check VM state and make sure it's in VM_STATE_INVALID state before creating a VM. Tracked-On: #2984 Signed-off-by: Cai Yulong <yulongc@hwtc.com.cn>