mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
hw/char: add goldfish-tty
Implement the goldfish tty device as defined in https://android.googlesource.com/platform/external/qemu/+/master/docs/GOLDFISH-VIRTUAL-HARDWARE.TXT and based on the kernel driver code: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/tty/goldfish.c Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210312214145.2936082-2-laurent@vivier.eu>
This commit is contained in:
parent
e7c6a8cf9f
commit
8c6df16ff6
5 changed files with 335 additions and 0 deletions
|
@ -64,3 +64,6 @@ config MCHP_PFSOC_MMUART
|
|||
|
||||
config SIFIVE_UART
|
||||
bool
|
||||
|
||||
config GOLDFISH_TTY
|
||||
bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue