Re: [Xen-devel] question about suspending the guest

2015-03-27 Thread Ian Campbell
On Fri, 2015-03-27 at 14:04 +0800, Wen Congyang wrote: > When I test COLO, I find that suspending the primay guest will fail. > > static void domain_suspend_common_wait_guest(libxl__egc *egc, > libxl__domain_suspend_state2 > *dss2) > { > STATE_AO_G

[Xen-devel] question about suspending the guest

2015-03-26 Thread Wen Congyang
When I test COLO, I find that suspending the primay guest will fail. static void domain_suspend_common_wait_guest(libxl__egc *egc, libxl__domain_suspend_state2 *dss2) { STATE_AO_GC(dss2->ao); int rc; LOG(DEBUG, "wait for the guest to suspen