qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for 4.2 v2 0/6] linux-user: Misc patches for 4.2
@ 2019-07-26 10:23 Aleksandar Markovic
  2019-07-26 10:23 ` [Qemu-devel] [PATCH for 4.2 v2 1/6] linux user: Add support for FDFLUSH ioctl Aleksandar Markovic
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Aleksandar Markovic @ 2019-07-26 10:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent, amarkovic

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-07-26 10:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-26 10:23 [Qemu-devel] [PATCH for 4.2 v2 0/6] linux-user: Misc patches for 4.2 Aleksandar Markovic
2019-07-26 10:23 ` [Qemu-devel] [PATCH for 4.2 v2 1/6] linux user: Add support for FDFLUSH ioctl Aleksandar Markovic
2019-07-26 10:23 ` [Qemu-devel] [PATCH for 4.2 v2 2/6] linux-user: Add support for FDMSGON and FDMSGOFF ioctls Aleksandar Markovic
2019-07-26 10:23 ` [Qemu-devel] [PATCH for 4.2 v2 3/6] linux-user: Add support for FDRESET, FDRAWCMD, FDTWADDLE, and FDEJECT ioctls Aleksandar Markovic
2019-07-26 10:23 ` [Qemu-devel] [PATCH for 4.2 v2 4/6] linux-user: Add support for FDFMTBEG, FDFMTTRK, and FDFMTEND ioctls Aleksandar Markovic
2019-07-26 10:23 ` [Qemu-devel] [PATCH for 4.2 v2 5/6] linux-user: Add support for FDSETEMSGTRESH, FDSETMAXERRS, and FDGETMAXERRS ioctls Aleksandar Markovic
2019-07-26 10:23 ` [Qemu-devel] [PATCH for 4.2 v2 6/6] linux-user: Add support for RNDRESEEDCRNG ioctl Aleksandar Markovic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).