core: remove dead "xm console" code
这个提交包含在:
父节点
ca31b57ee3
当前提交
f4a2fcc8ae
@ -1591,14 +1591,6 @@ class QubesVm(object):
|
||||
print >> sys.stderr, "--> Preparing config template for DispVM"
|
||||
self.create_config_file(file_path = self.dir_path + '/dvm.conf', prepare_dvm = True)
|
||||
|
||||
# perhaps we should move it before unpause and fork?
|
||||
# FIXME: this uses obsolete xm api
|
||||
if debug_console:
|
||||
from xen.xm import console
|
||||
if verbose:
|
||||
print >> sys.stderr, "--> Starting debug console..."
|
||||
console.execConsole (xid)
|
||||
|
||||
return xid
|
||||
|
||||
def shutdown(self, force=False, xid = None):
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户