commit | 0b812f31925f2ed50eb54d2be6ac9291bf67b890 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Fri Oct 21 16:07:45 2016 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Jan 27 18:07:58 2017 +0100 |
tree | 8a51007dff4c1b2d7a6d004a06ac53a6059c0358 | |
parent | bd1caa3f8e8e63b9ac4cbcbee5a2dee3587fd852 [diff] |
char: use a const CharDriver No need to allocate & copy fields, let's use static const struct instead. Add an alias field to the CharDriver structure to cover the cases where we previously registered a driver twice under two names. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>