qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] linux-user: Assorted fixed for libarchive


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 0/3] linux-user: Assorted fixed for libarchive
Date: Tue, 21 Aug 2012 14:43:29 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]