Re: [PATCH 2/2] linux-user: Add strace support for printing arguments of ioctl()

2020-06-15 Thread Laurent Vivier
Le 12/06/2020 à 18:40, Filip Bozuta a écrit : > From: Filip Bozuta > > This patch implements functionality for strace argument printing for ioctls. > When running ioctls through qemu with "-strace", they get printed in format: > > "ioctl(fd_num,0x*,0x*) = ret_value" > > where the request co

[PATCH 2/2] linux-user: Add strace support for printing arguments of ioctl()

2020-06-12 Thread Filip Bozuta
From: Filip Bozuta This patch implements functionality for strace argument printing for ioctls. When running ioctls through qemu with "-strace", they get printed in format: "ioctl(fd_num,0x*,0x*) = ret_value" where the request code an the ioctl's third argument get printed in a hexadicemal