8eca288989
buildsys: Move brlapi libs to per object
...
baum.o already receives the sdl cflags in its per object variable, do
the same for brlapi libs to avoid cluttering libs_softmmu.
Signed-off-by: Fam Zheng <famz@redhat.com >
Message-Id: <20170907084700.952-1-famz@redhat.com >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Signed-off-by: Fam Zheng <famz@redhat.com >
2017-09-22 10:20:34 +08:00
6b10e573d1
char: move char devices to chardev/
...
Suggested by Paolo Bonzini during series review.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
2017-06-02 11:33:53 +04:00
4d43a603c7
char: move CharBackend handling in char-fe unit
...
Move all the frontend struct and methods to a seperate unit. This avoids
accidentally mixing backend and frontend calls, and helps with readabilty.
Make qemu_chr_replay() a macro shared by both char and char-fe.
Export qemu_chr_write(), and use a macro for qemu_chr_write_all()
(nb: yes, CharBackend is for char frontend :)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
2017-06-02 11:33:53 +04:00
6aa0f0c900
char: move parallel chardev in its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
2b2f23dae7
char: move serial chardev to its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
c3b7d62097
char: move pty chardev in its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
1fcb3841d0
char: move pipe chardev in its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
7c7b2db0bd
char: move console in its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
d180081525
char: move stdio in its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
6fdafac1c1
char: move file chardev in its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
3b4482a26d
char: move udp chardev in its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
d24ca4b8c5
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 >
2017-01-31 23:31:21 +04:00
0e58f17777
char: move win-stdio into its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
503ebefe0a
char: move win chardev base class in its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
894593afbe
char: move fd chardev in its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Acked-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:21 +04:00
a6da7ffa38
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 >
2017-01-31 23:31:20 +04:00
bf51f62869
char: move ringbuf/memory to its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:20 +04:00
df85a78bf8
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 >
2017-01-31 23:31:20 +04:00
247c92af2b
char: move null chardev to its own file
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:20 +04:00
32d955a422
char: create chardev-obj-y
...
This will help to split char.c in several units without having to
reference them all everywhere. This is useful in particular for tests.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
2017-01-31 23:31:20 +04:00
178fe0ae9d
char: move to chardev/
...
The following commits will split char.c in several files. Let's put them
in a subdirectory.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
2017-01-31 13:03:46 +04:00