mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
char: move socket chardev to 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
0e58f17777
commit
d24ca4b8c5
4 changed files with 1020 additions and 978 deletions
|
@ -4,5 +4,6 @@ chardev-obj-y += char-io.o
|
|||
chardev-obj-y += char-mux.o
|
||||
chardev-obj-y += char-null.o
|
||||
chardev-obj-y += char-ringbuf.o
|
||||
chardev-obj-y += char-socket.o
|
||||
chardev-obj-$(CONFIG_WIN32) += char-win.o
|
||||
chardev-obj-$(CONFIG_WIN32) += char-win-stdio.o
|
||||
|
|
1017
chardev/char-socket.c
Normal file
1017
chardev/char-socket.c
Normal file
File diff suppressed because it is too large
Load diff
979
chardev/char.c
979
chardev/char.c
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue