diff --git a/core-modules/000QubesVm.py b/core-modules/000QubesVm.py index 7d300700..9c72c6e4 100644 --- a/core-modules/000QubesVm.py +++ b/core-modules/000QubesVm.py @@ -1466,6 +1466,8 @@ class QubesVm(object): "Close one or more running VMs and try " "again.".format(self.name)) + if self.is_paused(): + raise QubesException("VM is paused") if not self.is_qrexec_running(): raise QubesException( "Domain '{}': qrexec not connected.".format(self.name))