[Qemu-devel] [PATCH for 4.2 v2 0/6] linux-user: Misc patches for 4.2

Aleksandar Markovic posted 6 patches 4 years, 9 months ago
Test docker-clang@ubuntu passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1564136594-23628-1-git-send-email-aleksandar.markovic@rt-rk.com
Maintainers: Laurent Vivier <laurent@vivier.eu>, Riku Voipio <riku.voipio@iki.fi>
There is a newer version of this series
linux-user/ioctls.h        | 16 ++++++++++++++++
linux-user/syscall.c       |  1 +
linux-user/syscall_defs.h  | 31 +++++++++++++++++++++++++++++++
linux-user/syscall_types.h | 12 ++++++++++++
4 files changed, 60 insertions(+)
[Qemu-devel] [PATCH for 4.2 v2 0/6] linux-user: Misc patches for 4.2
Posted by Aleksandar Markovic 4 years, 9 months ago
From: Aleksandar Markovic <amarkovic@wavecomp.com>

A set of misc linux user patches for 4.2.

v1->v2:

  - updated commit messages
  - minor improvements of code formatting
  - added three patches containing support for ten additional
    ioctls

Aleksandar Markovic (5):
  linux-user: Add support for FDMSGON and FDMSGOFF ioctls
  linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT
    ioctls
  linux-user: Add support for FDFMTBEG, FDFMTTRK, and FDFMTEND ioctls
  linux-user: Add support for FDSETEMSGTRESH, FDSETMAXERRS, and
    FDGETMAXERRS ioctls
  linux-user: Add support for RNDRESEEDCRNG ioctl

Yunqiang Su (1):
  linux user: Add support for FDFLUSH ioctl

 linux-user/ioctls.h        | 16 ++++++++++++++++
 linux-user/syscall.c       |  1 +
 linux-user/syscall_defs.h  | 31 +++++++++++++++++++++++++++++++
 linux-user/syscall_types.h | 12 ++++++++++++
 4 files changed, 60 insertions(+)

-- 
2.7.4