Re: [Qemu-devel] [PATCH 06/27] slirp: replace trace functions with DEBUG calls

2019-01-26 Thread Samuel Thibault
Marc-André Lureau, le jeu. 17 janv. 2019 15:43:38 +0400, a ecrit: > Remove a dependency on QEMU. Use the existing logging facilities. > Set SLIRP_DEBUG=tftp to get tftp log. > > Signed-off-by: Marc-André Lureau Applied with just an additional G_UNLIKELY, thanks!

[Qemu-devel] [PATCH 06/27] slirp: replace trace functions with DEBUG calls

2019-01-17 Thread Marc-André Lureau
Remove a dependency on QEMU. Use the existing logging facilities. Set SLIRP_DEBUG=tftp to get tftp log. Signed-off-by: Marc-André Lureau --- slirp/debug.h | 13 ++--- slirp/slirp.c | 1 + slirp/tftp.c | 7 --- Makefile.objs | 1 - slirp/trace-events | 5 -