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

2020-05-17 Thread Chen Gang
On 2020/5/12 上午2:43, Laurent Vivier wrote: >> >> + IOCTL_SPECIAL(DRM_IOCTL_VERSION, IOC_RW, do_ioctl_drm, >> +MK_PTR(MK_STRUCT(STRUCT_drm_version))) > > Add a blank line here. > OK, thanks. >> #ifdef TARGET_TIOCSTART >>IOCTL_IGNORE(TIOCSTART) >>IOCTL_IGNORE(TIOCSTOP)

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

2020-05-11 Thread Laurent Vivier
Le 15/03/2020 à 13:20, cheng...@emindsoft.com.cn a écrit : > From: Chen Gang > > Another DRM_IOCTL_* commands will be done later. > > Signed-off-by: Chen Gang > --- > linux-user/ioctls.h| 2 ++ > linux-user/syscall.c | 62 ++ >

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

2020-03-15 Thread chengang
From: Chen Gang Another DRM_IOCTL_* commands will be done later. Signed-off-by: Chen Gang --- linux-user/ioctls.h| 2 ++ linux-user/syscall.c | 62 ++ linux-user/syscall_defs.h | 15 + linux-user/syscall_types.h | 11 +++ 4 files