Re: [PATCH v5 14/20] linux-user: Add support for FIFREEZE and FITHAW ioctls

2020-01-14 Thread Laurent Vivier
Le 13/01/2020 à 21:34, Aleksandar Markovic a écrit : > From: Aleksandar Markovic > > Both FIFREEZE and FITHAW ioctls accept an integer as their third > argument. > > All ioctls in this group (FI* ioctl) are guarded with "#ifdef", so the > guards are used in this implementation too for

[PATCH v5 14/20] linux-user: Add support for FIFREEZE and FITHAW ioctls

2020-01-13 Thread Aleksandar Markovic
From: Aleksandar Markovic Both FIFREEZE and FITHAW ioctls accept an integer as their third argument. All ioctls in this group (FI* ioctl) are guarded with "#ifdef", so the guards are used in this implementation too for consistency (however, many of ioctls in FI* group became old enough that