]> Git Repo - qemu.git/commit
char: use a const CharDriver
authorMarc-André Lureau <[email protected]>
Fri, 21 Oct 2016 13:07:45 +0000 (16:07 +0300)
committerPaolo Bonzini <[email protected]>
Fri, 27 Jan 2017 17:07:58 +0000 (18:07 +0100)
commit0b812f31925f2ed50eb54d2be6ac9291bf67b890
tree8a51007dff4c1b2d7a6d004a06ac53a6059c0358
parentbd1caa3f8e8e63b9ac4cbcbee5a2dee3587fd852
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 <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
backends/baum.c
backends/msmouse.c
backends/testdev.c
include/sysemu/char.h
qemu-char.c
spice-qemu-char.c
ui/console.c
This page took 0.023514 seconds and 4 git commands to generate.