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:
parent
11961cbbff
commit
c5e2ba03bd
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user