]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainAttachChrDevice: Drop 'dev' variable
authorPeter Krempa <pkrempa@redhat.com>
Thu, 18 Nov 2021 14:35:08 +0000 (15:35 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 19 Nov 2021 11:38:34 +0000 (12:38 +0100)
commit15e769bd9be6ac09b3cb26086977dd5b2ff3b197
tree35271d35a36f66480e7508fe792dde6207ccb48d
parenta9d16dea49aef81c7aa5dbb508cee47449b8f814
qemuDomainAttachChrDevice: Drop 'dev' variable

It's referenced only once and it's a shortcut to the chardev source thus
can be used directly.

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