Paolo Bonzini 4ca172817a qemu-char: add create to register_char_driver
Having creation as a member of the CharDriver struct removes the need
to export functions for qemu-char.c's usage.  After the conversion,
chardev backends implemented outside qemu-char.c will not need a stub
creation function anymore.

Ultimately all drivers will be converted.  For now, support the case
where cd->create == NULL.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-10-14 17:55:26 +02:00
..
2015-09-25 23:14:00 +01:00
2015-10-08 10:31:35 +02:00
2012-12-19 08:31:31 +01:00
2012-12-19 08:31:30 +01:00
2015-05-29 11:11:38 +02:00
2015-06-22 18:20:40 +02:00
2015-10-08 10:31:35 +02:00
2014-09-16 08:07:05 +02:00
2015-10-08 10:31:35 +02:00
2010-07-26 17:36:14 -05:00