Marc-André Lureau 88cace9f11 char: get rid of CharDriver
qemu_chr_new_from_opts() is modified to not need CharDriver backend[]
array, but uses instead objectified qmp_query_chardev_backends() and
char_get_class(). The alias field is moved outside in a ChardevAlias[],
similar to QDevAlias for devices.

"kind" and "parse" are moved to ChardevClass ("kind" is to be removed
next)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2017-01-31 13:01:47 +04:00
..
2016-10-19 10:09:24 +01:00
2017-01-24 13:10:35 -08:00
2017-01-23 15:32:46 +00:00
2017-01-27 18:07:59 +01:00
2017-01-24 23:26:53 +03:00
2017-01-31 13:01:47 +04:00
2017-01-27 18:08:00 +01:00
2017-01-24 13:10:35 -08:00
2016-10-26 08:29:00 -07:00
2015-02-16 15:07:19 +00:00