dom0/core: do start already started but paused VM

This commit is contained in:
Marek Marczykowski 2013-02-19 03:33:53 +01:00
parent 7051960d6a
commit aa97910d49

View File

@ -1391,7 +1391,7 @@ class QubesVm(object):
if user is None:
user = self.default_user
null = None
if not self.is_running():
if not self.is_running() and not self.is_paused():
if not autostart:
raise QubesException("VM not running")