qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: qemu-devel qemu-devel <qemu-devel@nongnu.org>
Cc: riku.voipio@linaro.org
Subject: [Qemu-devel] [PATCH 0/3] linux-user: Assorted fixed for libarchive
Date: Tue, 21 Aug 2012 14:43:29 +0200	[thread overview]
Message-ID: <1345553012-19842-1-git-send-email-agraf@suse.de> (raw)

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	other threads:[~2012-08-21 12:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-21 12:43 Alexander Graf [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1345553012-19842-1-git-send-email-agraf@suse.de \
    --to=agraf@suse.de \
    --cc=qemu-devel@nongnu.org \
    --cc=riku.voipio@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).