From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:54564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qqs15-00041C-Nw for qemu-devel@nongnu.org; Tue, 09 Aug 2011 15:31:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qqs11-0000Hq-P9 for qemu-devel@nongnu.org; Tue, 09 Aug 2011 15:31:07 -0400 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:43045) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qqs11-0000HZ-H2 for qemu-devel@nongnu.org; Tue, 09 Aug 2011 15:31:03 -0400 Received: by mail-yx0-f175.google.com with SMTP id 19so321037yxi.34 for ; Tue, 09 Aug 2011 12:30:59 -0700 (PDT) Date: Tue, 9 Aug 2011 12:30:52 -0700 From: An-Cheng Huang Message-ID: <20110809193052.GA24592@debian.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/3] linux-user: Implement setxattr/getxattr/removexattr syscalls List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, riku.voipio@iki.fi These patches implement the setxattr, getxattr, and removexattr syscalls. Since libattr uses indirect syscalls for these, the fix for the indirect syscall handling on MIPS is needed for these to work. An-Cheng Huang (3): linux-user: Fix MIPS indirect syscall handling linux-user: Verify MIPS syscall arguments linux-user: Implement setxattr/getxattr/removexattr syscalls linux-user/main.c | 24 ++++++++++++++++----- linux-user/syscall.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 69 insertions(+), 9 deletions(-) -- 1.7.2.5