mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
char: move QIOChannel-related stuff to char-io.h
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
09fbe4e3e1
commit
a6da7ffa38
4 changed files with 240 additions and 173 deletions
|
@ -1,4 +1,5 @@
|
|||
chardev-obj-y += char.o
|
||||
chardev-obj-y += char-io.o
|
||||
chardev-obj-y += char-mux.o
|
||||
chardev-obj-y += char-null.o
|
||||
chardev-obj-y += char-ringbuf.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue