On Wed, 2015-07-15 at 15:45 +0800, Yang Hongyang wrote: > introduce libxl__remus_teardown to teardown Remus devices. > > Signed-off-by: Yang Hongyang <yan...@cn.fujitsu.com>
Acked-by: Ian Campbell <ian.campb...@citrix.com> If you need to respin then you might consider inverting the if remus check in domain_suspend_done and calling this new function if true, e.g. if (dss->remus) { libxl__remus_teardown(...) return; } dss->callback(egc, dss, rc); I think the control flow would feel more natural then. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel