Re: [PATCH v5 20/20] linux-user: Add support for KCOV_INIT_TRACE ioctl

2020-01-14 Thread Laurent Vivier
Le 13/01/2020 à 21:34, Aleksandar Markovic a écrit : > From: Aleksandar Markovic > > KCOV_INIT_TRACE ioctl plays the role in kernel coverage tracing. > This ioctl's third argument is of type 'unsigned long', and the > implementation in QEMU is straightforward. > > Signed-off-by: Aleksandar Marko

[PATCH v5 20/20] linux-user: Add support for KCOV_INIT_TRACE ioctl

2020-01-13 Thread Aleksandar Markovic
From: Aleksandar Markovic KCOV_INIT_TRACE ioctl plays the role in kernel coverage tracing. This ioctl's third argument is of type 'unsigned long', and the implementation in QEMU is straightforward. Signed-off-by: Aleksandar Markovic --- linux-user/ioctls.h | 1 + linux-user/syscall_defs.