qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] linux-user: Add support for fs and fd ioctls
@ 2020-01-24 15:47 Aleksandar Markovic
  2020-01-24 15:47 ` [PATCH v2 1/4] linux-user: Add support for FS_IOC_FS<GET|SET>XATTR ioctls Aleksandar Markovic
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Aleksandar Markovic @ 2020-01-24 15:47 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent, amarkovic

From: Aleksandar Markovic <amarkovic@wavecomp.com>

This series is a spin-off of v5 of earlier series "linux-user: Misc
patches for 5.0", that became too large to manage. I will submit the
rest of that large series separately.

The only difference between patches in this series and in the former
series is that all Laurent's comments and concerns were addressed.

The summary of the patches is as follows:

Patches 1-3: Adding support for some filesystem-related ioctls
Patch 4: Adding support for a floppy-drive-related ioctls

v1->v2:

  - removed patches that have been already merged
  - recheck that I addressed all Laurent's concerns
  - rebased to the latest upstram code

Aleksandar Markovic (4):
  linux-user: Add support for FS_IOC_FS<GET|SET>XATTR ioctls
  linux-user: Add support for FITRIM ioctl
  linux-user: Add support for FIFREEZE and FITHAW ioctls
  linux-user: Add support for FDGETFDCSTAT ioctl

 linux-user/ioctls.h        | 18 ++++++++++++++++++
 linux-user/syscall_defs.h  | 29 +++++++++++++++++++++++++++++
 linux-user/syscall_types.h | 17 +++++++++++++++++
 3 files changed, 64 insertions(+)

-- 
2.7.4



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

end of thread, other threads:[~2020-02-18 21:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-24 15:47 [PATCH v2 0/4] linux-user: Add support for fs and fd ioctls Aleksandar Markovic
2020-01-24 15:47 ` [PATCH v2 1/4] linux-user: Add support for FS_IOC_FS<GET|SET>XATTR ioctls Aleksandar Markovic
2020-02-18 20:47   ` Laurent Vivier
2020-01-24 15:47 ` [PATCH v2 2/4] linux-user: Add support for FITRIM ioctl Aleksandar Markovic
2020-02-18 20:53   ` Laurent Vivier
2020-02-18 20:55     ` Laurent Vivier
2020-01-24 15:47 ` [PATCH v2 3/4] linux-user: Add support for FIFREEZE and FITHAW ioctls Aleksandar Markovic
2020-02-18 21:13   ` Laurent Vivier
2020-01-24 15:47 ` [PATCH v2 4/4] linux-user: Add support for FDGETFDCSTAT ioctl Aleksandar Markovic
2020-02-18 21:18   ` Laurent Vivier

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).