Re: [Qemu-devel] [PATCH] slirp: add tftp tracing

2018-11-13 Thread Samuel Thibault
Gerd Hoffmann, le mar. 13 nov. 2018 08:03:20 +0100, a ecrit: > Useful when debugging pxeboot, to see what the guest tries to do. Applied to my tree, thanks! Samuel

Re: [Qemu-devel] [PATCH] slirp: add tftp tracing

2018-11-13 Thread Philippe Mathieu-Daudé
On 13/11/18 8:03, Gerd Hoffmann wrote: Useful when debugging pxeboot, to see what the guest tries to do. Good idea! Signed-off-by: Gerd Hoffmann Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé --- Makefile.objs | 1 + slirp/tftp.c | 3 +++ slirp/tr

Re: [Qemu-devel] [PATCH] slirp: add tftp tracing

2018-11-12 Thread Liam Merwick
On 13/11/2018 07:03, Gerd Hoffmann wrote: Useful when debugging pxeboot, to see what the guest tries to do. Signed-off-by: Gerd Hoffmann Reviewed-by: Liam Merwick --- Makefile.objs | 1 + slirp/tftp.c | 3 +++ slirp/trace-events | 5 + 3 files changed, 9 insertions(+

[Qemu-devel] [PATCH] slirp: add tftp tracing

2018-11-12 Thread Gerd Hoffmann
Useful when debugging pxeboot, to see what the guest tries to do. Signed-off-by: Gerd Hoffmann --- Makefile.objs | 1 + slirp/tftp.c | 3 +++ slirp/trace-events | 5 + 3 files changed, 9 insertions(+) create mode 100644 slirp/trace-events diff --git a/Makefile.objs b/Makefile.ob