diff --git a/core-modules/000QubesVm.py b/core-modules/000QubesVm.py index fe175fdb..f3a4bb8c 100644 --- a/core-modules/000QubesVm.py +++ b/core-modules/000QubesVm.py @@ -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()