]> xenbits.xensource.com Git - libvirt.git/commit
libxl: don't attempt to resume domain when suspend fails
authorJim Fehlig <jfehlig@suse.com>
Wed, 15 Jul 2015 23:29:15 +0000 (17:29 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 27 Aug 2015 21:51:31 +0000 (15:51 -0600)
commit15120b8c61014a9263cb53314076da9a44e39621
tree9c281dd71f1022599a9b826c08da41b5894323d8
parent44a54eb073d2ae52ebf1661ae73bb1f0f98599f9
libxl: don't attempt to resume domain when suspend fails

Failure of libxl_domain_suspend() does not leave the domain in
a suspended state, so no need to call libxl_domain_resume(),
which btw will fail with "domain not suspended".

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
src/libxl/libxl_migration.c