diff options
| author | Marc-André Lureau | 2019-01-17 12:43:38 +0100 |
|---|---|---|
| committer | Samuel Thibault | 2019-02-07 14:49:08 +0100 |
| commit | 7fce71723bb2c182d17e1f4815feaf823bade5cb (patch) | |
| tree | 20197fe9b6add4fa13f2c50bf33239410be82117 /Makefile.objs | |
| parent | slirp: add callbacks for timer (diff) | |
| download | qemu-7fce71723bb2c182d17e1f4815feaf823bade5cb.tar.gz qemu-7fce71723bb2c182d17e1f4815feaf823bade5cb.tar.xz qemu-7fce71723bb2c182d17e1f4815feaf823bade5cb.zip | |
slirp: replace trace functions with DEBUG calls
Remove a dependency on QEMU. Use the existing logging facilities.
Set SLIRP_DEBUG=tftp to get tftp log.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'Makefile.objs')
| -rw-r--r-- | Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index 67a054b08a..b7aae33367 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -192,7 +192,6 @@ trace-events-subdirs += net trace-events-subdirs += qapi trace-events-subdirs += qom trace-events-subdirs += scsi -trace-events-subdirs += slirp trace-events-subdirs += target/arm trace-events-subdirs += target/i386 trace-events-subdirs += target/mips |
