mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 19:32:19 +00:00
Revert "Set default name for SPICE agent channel"
This patch reverts commit b0e2bb3. Its functionality has been replaced by commit 3269ee6.
This commit is contained in:
parent
3269ee657c
commit
1133ee2b38
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user