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 <[email protected]>
Acked-by: Ian Campbell <[email protected]> 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 [email protected] http://lists.xen.org/xen-devel
