]> git.proxmox.com Git - mirror_qemu.git/commit - chardev/char.c
char: remove qemu_chardev_add
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 14 Dec 2016 17:58:50 +0000 (20:58 +0300)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 4 May 2017 11:34:41 +0000 (15:34 +0400)
commitc5749f7c0b80ef2b8a057971f0e03f94afa8cc98
treecb077b77bb1d9244f54c5aa22de851540db61d0d
parent6061162e525189a43e93015899ad5abc7dba5629
char: remove qemu_chardev_add

qemu_chardev_new() now uses object_new_with_props() with /chardevs
parent container. It will fail to insert the object if the same "id"
already exists. "chardevs" list usage has been removed in previous
commits.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
chardev/char.c