qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] linux-user: Assorted fixed for libarchive
@ 2012-08-21 12:43 Alexander Graf
  2012-08-21 12:43 ` [Qemu-devel] [PATCH 1/3] linux-user: implement FS_IOC_GETFLAGS ioctl Alexander Graf
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Alexander Graf @ 2012-08-21 12:43 UTC (permalink / raw)
  To: qemu-devel qemu-devel; +Cc: riku.voipio

Howdy,

While running libarchive's test suite in qemu-arm, I ran into a
few linux-user bugs and unimplemented ioctls.

The statfs one is really nasty. IMHO it's 1.2 material.

There's also a bug outstanding for libarchive where FIEMAP doesn't
seem to work properly. I haven't gotten around to track it down
yet and just disabled it for us locally, but if anyone who knows
that ioctl has some spare time, I'm quite sure there's something
lurking there.


Alex

Alexander Graf (3):
  linux-user: implement FS_IOC_GETFLAGS ioctl
  linux-user: implement FS_IOC_SETFLAGS ioctl
  linux-user: fix statfs

 linux-user/ioctls.h       |    2 ++
 linux-user/syscall.c      |   12 ++++++++++++
 linux-user/syscall_defs.h |    3 +++
 3 files changed, 17 insertions(+), 0 deletions(-)

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

end of thread, other threads:[~2012-10-11 13:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 12:43 [Qemu-devel] [PATCH 0/3] linux-user: Assorted fixed for libarchive Alexander Graf
2012-08-21 12:43 ` [Qemu-devel] [PATCH 1/3] linux-user: implement FS_IOC_GETFLAGS ioctl Alexander Graf
2012-08-21 13:47   ` Peter Maydell
2012-10-11 13:36     ` Riku Voipio
2012-10-11 13:52       ` Alexander Graf
2012-08-21 12:43 ` [Qemu-devel] [PATCH 2/3] linux-user: implement FS_IOC_SETFLAGS ioctl Alexander Graf
2012-08-21 12:43 ` [Qemu-devel] [PATCH 3/3] linux-user: fix statfs Alexander Graf
2012-08-21 14:00   ` 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).