]> xenbits.xensource.com Git - xen.git/commit
tools/libxl: move domain resume code into libxl_dom_suspend.c
authorYang Hongyang <yanghy@cn.fujitsu.com>
Fri, 10 Jul 2015 04:11:54 +0000 (12:11 +0800)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 21 Jul 2015 13:08:38 +0000 (14:08 +0100)
commitbc3e7ff7ecdad6070f14b51fa7f6957b3e24e8a8
tree53a3f3d6e4b1631fb7ced8ce110c7e36c8fa8f43
parentf1fe54e5bf3c056794803df0e692c17d923cb847
tools/libxl: move domain resume code into libxl_dom_suspend.c

move domain resume code into libxl_dom_suspend.c.
pure code move.

libxl__domain_resume_device_model() will be used later by COLO,
so we are not making this func static.

Signed-off-by: Yang Hongyang <yanghy@cn.fujitsu.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl_dom.c
tools/libxl/libxl_dom_suspend.c