mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
char: move mux to its own file
A mechanical move, except that qemu_chr_write_all() needs to be declared in char.h header to be used from chardev unit files. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
247c92af2b
commit
df85a78bf8
5 changed files with 426 additions and 351 deletions
|
@ -1,2 +1,3 @@
|
|||
chardev-obj-y += char.o
|
||||
chardev-obj-y += char-mux.o
|
||||
chardev-obj-y += char-null.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue