qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] linux-user: implement FS_IOC_FIEMAP ioctl
@ 2011-01-06 15:04 Peter Maydell
  2011-01-06 15:04 ` [Qemu-devel] [PATCH 1/2] linux-user: Support ioctls whose parameter size is not constant Peter Maydell
  2011-01-06 15:04 ` [Qemu-devel] [PATCH 2/2] linux-user: Implement FS_IOC_FIEMAP ioctl Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Maydell @ 2011-01-06 15:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: Riku Voipio

This patchset implements support for the Linux FS_IOC_FIEMAP ioctl.
This is used by apt (or possibly one of the programs it runs) when
it is installing packages. The major effect of this fix is that qemu
no longer spits out warnings about the ioctl being unimplemented when
you use it to install new packages into an Ubuntu ARM chroot.

Peter Maydell (2):
  linux-user: Support ioctls whose parameter size is not constant
  linux-user: Implement FS_IOC_FIEMAP ioctl

 linux-user/ioctls.h        |    4 ++
 linux-user/syscall.c       |  106 ++++++++++++++++++++++++++++++++++++++++++-
 linux-user/syscall_defs.h  |    1 +
 linux-user/syscall_types.h |   16 +++++++
 4 files changed, 124 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2011-01-06 15:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 15:04 [Qemu-devel] [PATCH 0/2] linux-user: implement FS_IOC_FIEMAP ioctl Peter Maydell
2011-01-06 15:04 ` [Qemu-devel] [PATCH 1/2] linux-user: Support ioctls whose parameter size is not constant Peter Maydell
2011-01-06 15:04 ` [Qemu-devel] [PATCH 2/2] linux-user: Implement FS_IOC_FIEMAP ioctl Peter Maydell

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