diff options
| author | Gerd Hoffmann | 2018-11-13 08:03:20 +0100 |
|---|---|---|
| committer | Samuel Thibault | 2019-01-14 00:40:54 +0100 |
| commit | 9a50b0e0b80faf8f4e53d3f7e73144421561a7c8 (patch) | |
| tree | 10e94c45e61b735eb7f9707fa5a7ad0dd7823f15 /Makefile.objs | |
| parent | slirp: remove dead declarations (diff) | |
| download | qemu-9a50b0e0b80faf8f4e53d3f7e73144421561a7c8.tar.gz qemu-9a50b0e0b80faf8f4e53d3f7e73144421561a7c8.tar.xz qemu-9a50b0e0b80faf8f4e53d3f7e73144421561a7c8.zip | |
slirp: add tftp tracing
Useful when debugging pxeboot, to see what the guest tries to do.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Liam Merwick <liam.merwick@oracle.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@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, 1 insertions, 0 deletions
diff --git a/Makefile.objs b/Makefile.objs index 456115992a..2121120492 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -193,6 +193,7 @@ 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 |
