diff --git a/qubes/api/internal.py b/qubes/api/internal.py index f400cdbe..68cad53c 100644 --- a/qubes/api/internal.py +++ b/qubes/api/internal.py @@ -62,6 +62,8 @@ class QubesInternalAPI(qubes.api.AbstractQubesAPI): @asyncio.coroutine def start(self): assert not self.arg + if self.dest.name == 'dom0': + return yield from self.dest.start()