提交 1133ee2b 编写于 作者: L Laine Stump

Revert "Set default name for SPICE agent channel"

This patch reverts commit b0e2bb33. Its functionality has been replaced
by commit 3269ee65.
上级 3269ee65
......@@ -5248,13 +5248,6 @@ virDomainChrDefParseXML(virCapsPtr caps,
goto error;
} else {
def->source.data.spicevmc = VIR_DOMAIN_CHR_SPICEVMC_VDAGENT;
if (!def->target.name) {
def->target.name = strdup("com.redhat.spice.0");
if (!def->target.name) {
virReportOOMError();
goto error;
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册