mirror of https://gitee.com/openkylin/libvirt.git
Revert "Set default name for SPICE agent channel"
This patch reverts commitb0e2bb3
. Its functionality has been replaced by commit3269ee6
.
This commit is contained in:
parent
3269ee657c
commit
1133ee2b38
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue