]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuBuildChardevCommand: Don't prefix alias
authorPeter Krempa <pkrempa@redhat.com>
Fri, 5 Nov 2021 14:28:43 +0000 (15:28 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 10 Dec 2021 15:37:42 +0000 (16:37 +0100)
commite22c18be39b56cbe311d1e8845c84b49aed880ad
tree69174720da9c1f5f40e175f1021ab6a325a95fba
parent7cc8c4a6416b149ba8b09ce98adbff9d9918fddb
qemuBuildChardevCommand: Don't prefix alias

Make the callers construct the alias for the chardev so that the
function can be used also for code paths which use a different
convention.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_command.c