Re: [PATCH 11/12] linux-user: Add support for KCOV_ ioctls

2020-01-22 Thread Laurent Vivier
Le 16/01/2020 à 23:49, Aleksandar Markovic a écrit : > From: Aleksandar Markovic > > KCOV_ENABLE and KCOV_DISABLE play the role in kernel coverage > tracing. These ioctls do not use the third argument of ioctl() > system call and are straightforward to implement in QEMU. > > Reviewed-by: Laurent

[PATCH 11/12] linux-user: Add support for KCOV_ ioctls

2020-01-16 Thread Aleksandar Markovic
From: Aleksandar Markovic KCOV_ENABLE and KCOV_DISABLE play the role in kernel coverage tracing. These ioctls do not use the third argument of ioctl() system call and are straightforward to implement in QEMU. Reviewed-by: Laurent Vivier Signed-off-by: Aleksandar Markovic --- linux-user/ioctls