qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/3] linux-user: Implement setxattr/getxattr/rem


From: An-Cheng Huang
Subject: Re: [Qemu-devel] [PATCH 0/3] linux-user: Implement setxattr/getxattr/removexattr syscalls
Date: Wed, 17 Aug 2011 14:30:53 -0700
User-agent: Mutt/1.5.20 (2009-06-14)

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?




reply via email to

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