Re: [PATCH] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION

2020-03-12 Thread Chen Gang
Thank you very much for your reply. :) DRM_IOCTL_VERSION has to be a special one, but my patch really need be improved. The string pointers should be translated, but the new string buffers need not be allocated. I will try to send patch v2 within this week end. DRM_IOCTL_* really have many comma

Re: [PATCH] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION

2020-03-11 Thread Laurent Vivier
Le 10/03/2020 à 21:16, Laurent Vivier a écrit : > Le 26/02/2020 à 12:38, cheng...@emindsoft.com.cn a écrit : >> From: Chen Gang >> >> The other DRM_IOCTL_* commands will be done later. >> >> Signed-off-by: Chen Gang >> --- >> linux-user/ioctls.h| 3 + >> linux-user/syscall.c | 13

Re: [PATCH] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION

2020-03-10 Thread Laurent Vivier
Le 26/02/2020 à 12:38, cheng...@emindsoft.com.cn a écrit : > From: Chen Gang > > The other DRM_IOCTL_* commands will be done later. > > Signed-off-by: Chen Gang > --- > linux-user/ioctls.h| 3 + > linux-user/syscall.c | 134 + > linux-user/sy

[PATCH] linux-user: syscall: ioctls: support DRM_IOCTL_VERSION

2020-02-26 Thread chengang
From: Chen Gang The other DRM_IOCTL_* commands will be done later. Signed-off-by: Chen Gang --- linux-user/ioctls.h| 3 + linux-user/syscall.c | 134 + linux-user/syscall_defs.h | 16 + linux-user/syscall_types.h | 12 4 files cha