From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3nta-00083p-P7 for qemu-devel@nongnu.org; Tue, 21 Aug 2012 08:49:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3ntW-0005ue-6f for qemu-devel@nongnu.org; Tue, 21 Aug 2012 08:49:22 -0400 Received: from cantor2.suse.de ([195.135.220.15]:43430 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3ntV-0005uV-WD for qemu-devel@nongnu.org; Tue, 21 Aug 2012 08:49:18 -0400 From: Alexander Graf Date: Tue, 21 Aug 2012 14:43:29 +0200 Message-Id: <1345553012-19842-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH 0/3] linux-user: Assorted fixed for libarchive List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel qemu-devel Cc: riku.voipio@linaro.org 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(-)