[Top][All Lists]
[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: |
Riku Voipio |
Subject: |
Re: [Qemu-devel] [PATCH 0/3] linux-user: Implement setxattr/getxattr/removexattr syscalls |
Date: |
Fri, 2 Sep 2011 09:03:46 +0300 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hi,
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(-)
> Ping?
Thanks for your patches. Sorry that I haven't had the time to look at them yet,
I hope
to get it done by monday ( together with the other pending linux-user patches).
Riku
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-devel] [PATCH 0/3] linux-user: Implement setxattr/getxattr/removexattr syscalls,
Riku Voipio <=