commit | c5749f7c0b80ef2b8a057971f0e03f94afa8cc98 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Wed Dec 14 20:58:50 2016 +0300 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Thu May 04 15:34:41 2017 +0400 |
tree | cb077b77bb1d9244f54c5aa22de851540db61d0d | |
parent | 6061162e525189a43e93015899ad5abc7dba5629 [diff] |
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>