提交 3d8f56d1 编写于 作者: C Cole Robinson

xen: Don't add <console> to xml for dom0

It just doesn't really make sense and confuses virt-manager
(cherry picked from commit efb0839c)

Conflicts:

	src/xenxs/xen_sxpr.c
上级 f20331c8
......@@ -1377,7 +1377,7 @@ xenParseSxpr(const struct sexpr *root,
chr->target.port = 0;
def->parallels[def->nparallels++] = chr;
}
} else {
} else if (def->id != 0) {
/* Fake a paravirt console, since that's not in the sexpr */
if (!(def->console = xenParseSxprChar("pty", tty)))
goto error;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册