core: notify xenstored about domain resume

Otherwise it will not fire further domain suspend/death watches against
this domain - so xl will not cleanup the domain.
This commit is contained in:
Marek Marczykowski-Górecki 2014-03-05 03:39:49 +01:00
parent 11961cbbff
commit c5e2ba03bd

View File

@ -1655,6 +1655,7 @@ class QubesVm(object):
if xc_info['shutdown_reason'] == 2:
# suspended
xc.domain_resume(xc_info['domid'], 1)
xs.resume_domain(xc_info['domid'])
else:
self.unpause()