diff --git a/dom0/qvm-core/qubes.py b/dom0/qvm-core/qubes.py index 47b56dca..afe5fb18 100755 --- a/dom0/qvm-core/qubes.py +++ b/dom0/qvm-core/qubes.py @@ -380,7 +380,7 @@ class QubesVm(object): @property def vif(self): - if not self.is_running(): + if self.xid < 0: return None if self.netvm_vm is None: return None