qemu-e2k/monitor
Paolo Bonzini feabc71dfa configure: do not include dependency flags in QEMU_CFLAGS and LIBS
All Meson executables should specify their dependencies explicitly, either
directly or indirectly via declare_dependency.  Makefiles instead did
not propagate dependencies correctly from static libraries, for example.
Therefore, flags for dependencies need not be included in QEMU_CFLAGS.
LIBS is not used at all, so drop that one as well.

In a few cases the dependencies were not yet specified, so add them.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-09-08 11:43:16 +02:00
..
hmp-cmds.c migration: Add block-bitmap-mapping parameter 2020-08-21 08:56:09 -05:00
hmp.c
meson.build configure: do not include dependency flags in QEMU_CFLAGS and LIBS 2020-09-08 11:43:16 +02:00
misc.c monitor/misc: Remove unused "chardev/char-mux.h" include 2020-07-13 11:59:47 +04:00
monitor-internal.h
monitor.c qapi: Smooth another visitor error checking pattern 2020-07-10 15:18:08 +02:00
qmp-cmds-control.c
qmp-cmds.c
qmp.c
trace-events
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00