dom0/core/hvm: rename is_fully_usable() to is_guid_running()
This is what this function does.
This commit is contained in:
parent
46db1e83f0
commit
784f0f5607
@ -2431,7 +2431,7 @@ class QubesHVm(QubesVm):
|
||||
xc.domain_unpause(self.stubdom_xid)
|
||||
super(QubesHVm, self).unpause()
|
||||
|
||||
def is_fully_usable(self):
|
||||
def is_guid_running(self):
|
||||
xid = self.stubdom_xid
|
||||
if xid < 0:
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user