On 17/06/15 02:31, Yang Hongyang wrote:
>> +    default:
>> +        ret = ERROR_FAIL;
>> +        goto err;
>> +    }
>> +
>> +    ret = libxl__domain_suspend_device_model(gc, dss);
>
> This is no longer needed, the suspend callback already called
> this function and the emulator context already saved to a file.
>
> This call will cause Primary's emulator stop under Remus.
> postcopy callback will resume primary. then in checkpoint
> callback, we shouldn't suspend device model. 

It is the result of copying how everything was done previously.  I will
drop it.

~Andrew

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to