mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
char: move console in its own file
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
d180081525
commit
7c7b2db0bd
3 changed files with 54 additions and 3 deletions
|
@ -2342,9 +2342,6 @@ static void register_types(void)
|
|||
#endif
|
||||
#ifdef HAVE_CHARDEV_PTY
|
||||
type_register_static(&char_pty_type_info);
|
||||
#endif
|
||||
#ifdef _WIN32
|
||||
type_register_static(&char_console_type_info);
|
||||
#endif
|
||||
type_register_static(&char_pipe_type_info);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue