From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qwcnv-0006W9-F1 for qemu-devel@nongnu.org; Thu, 25 Aug 2011 12:29:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qwcnu-0001eW-IN for qemu-devel@nongnu.org; Thu, 25 Aug 2011 12:29:19 -0400 Received: from na3sys009aog110.obsmtp.com ([74.125.149.203]:33695) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qwcnu-0001e4-2Q for qemu-devel@nongnu.org; Thu, 25 Aug 2011 12:29:18 -0400 Received: by mail-pz0-f45.google.com with SMTP id 33so3737364pzk.32 for ; Thu, 25 Aug 2011 09:29:15 -0700 (PDT) Date: Thu, 25 Aug 2011 09:29:12 -0700 From: An-Cheng Huang Message-ID: <20110825162912.GF24592@debian.localdomain> References: <20110809193052.GA24592@debian.localdomain> <20110817213053.GE24592@debian.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110817213053.GE24592@debian.localdomain> Subject: Re: [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: riku.voipio@iki.fi Cc: peter.maydell@linaro.org, qemu-devel@nongnu.org On Wed, Aug 17, 2011 at 02:30:53PM -0700, An-Cheng Huang wrote: > On Tue, Aug 09, 2011 at 12:30:52PM -0700, An-Cheng Huang wrote: > > 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 > > Ping? Ping?