VMMAPI_OPEN_REINIT
if (!created && (flags & VMMAPI_OPEN_REINIT) != 0 && vm_reinit(vm) != 0)
ctx = vm_openf(vmname, romboot ? VMMAPI_OPEN_REINIT : 0);