dom0: store xid in QubesVm on get_xid()
This commit is contained in:
parent
c789121f84
commit
cb1fbfc145
@ -404,7 +404,8 @@ class QubesVm(object):
|
||||
|
||||
dominfo = self.get_xc_dominfo()
|
||||
if dominfo:
|
||||
return dominfo['domid']
|
||||
self.xid = dominfo['domid']
|
||||
return self.xid
|
||||
else:
|
||||
return -1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user