mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-09-09 17:44:57 +03:00
Revert "Set default name for SPICE agent channel"
This patch reverts commitb0e2bb3
. Its functionality has been replaced by commit3269ee6
.
This commit is contained in:
@@ -5248,13 +5248,6 @@ virDomainChrDefParseXML(virCapsPtr caps,
|
|||||||
goto error;
|
goto error;
|
||||||
} else {
|
} else {
|
||||||
def->source.data.spicevmc = VIR_DOMAIN_CHR_SPICEVMC_VDAGENT;
|
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user