mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
ui/vc: split off the VC part from console.c
Move common declarations to console-priv.h, and add a new unit console-vc.c which will handle VC/chardev rendering, when pixman is available. (if necessary, the move could be done chunk by chunks) Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
f7ce755df8
commit
6f11081991
4 changed files with 1126 additions and 1093 deletions
|
@ -6,6 +6,7 @@ system_ss.add(png)
|
|||
system_ss.add(files(
|
||||
'clipboard.c',
|
||||
'console.c',
|
||||
'console-vc.c',
|
||||
'cursor.c',
|
||||
'input-keymap.c',
|
||||
'input-legacy.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue