dom0/core/hvm: rename is_fully_usable() to is_guid_running()

This is what this function does.
This commit is contained in:
Marek Marczykowski 2012-06-13 17:09:06 +02:00
parent 46db1e83f0
commit 784f0f5607

View File

@ -2431,7 +2431,7 @@ class QubesHVm(QubesVm):
xc.domain_unpause(self.stubdom_xid) xc.domain_unpause(self.stubdom_xid)
super(QubesHVm, self).unpause() super(QubesHVm, self).unpause()
def is_fully_usable(self): def is_guid_running(self):
xid = self.stubdom_xid xid = self.stubdom_xid
if xid < 0: if xid < 0:
return False return False