hv: not start vm automatically when reset vm

For UOS, there is no BSP init state saved in hv. We always need
DM to set BSP init state by using hypercall. So we can't auto
start vm during vm reset.

Tracked-On: #1231
Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Yin Fengwei 2018-10-12 16:52:28 +08:00 committed by wenlingz
parent b454a067be
commit 113adea0de
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ int reset_vm(struct vm *vm)
destroy_secure_world(vm, false);
vm->sworld_control.flag.active = 0UL;
start_vm(vm);
return 0;
}