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

2020-01-22 Thread Laurent Vivier
Le 16/01/2020 à 23:49, 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. > > Reviewed-by: Laurent Vivier >

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

2020-01-16 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. Reviewed-by: Laurent Vivier Signed-off-by: Aleksandar Markovic --- linux-user/ioctls.h |