Re: [Qemu-devel] [PATCH v3 2/3] linux-user: Define ordinary usbfs ioctls.

2018-10-12 Thread Laurent Vivier
On 08/10/2018 18:35, Cortland Tölva wrote: > Provide ioctl definitions for the generic thunk mechanism to > convert most usbfs calls. Calculate arg size at runtime. > > Signed-off-by: Cortland Tölva > --- > Changes from v1: > move some type definitions to patch 3/3 > Changes from v2: >

[Qemu-devel] [PATCH v3 2/3] linux-user: Define ordinary usbfs ioctls.

2018-10-08 Thread Cortland Tölva
Provide ioctl definitions for the generic thunk mechanism to convert most usbfs calls. Calculate arg size at runtime. Signed-off-by: Cortland Tölva --- Changes from v1: move some type definitions to patch 3/3 Changes from v2: calculate ioctl arg size at runtime linux-user/ioctls.h