Re: [PATCH v5 19/20] linux-user: Add support for KCOV_ ioctls

2020-01-14 Thread Laurent Vivier
Le 13/01/2020 à 21:34, 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. > > Signed-off-by: Aleks

[PATCH v5 19/20] linux-user: Add support for KCOV_ ioctls

2020-01-13 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. Signed-off-by: Aleksandar Markovic --- linux-user/ioctls.h | 5 + linux-use