Re: [Qemu-devel] [PATCH 0/3] linux-user: Implement missing *xattr calls

2012-01-27 Thread Peter Maydell
Ping^2 ? -- PMM On 4 January 2012 11:39, Peter Maydell wrote: > Ping? > > -- PMM > > On 14 December 2011 15:37, Peter Maydell wrote: >> These patches implement the missing *xattr syscalls: >>  listxattr >>  fsetattr, fgetattr, fremovexattr, flistxattr >>  lsetattr, lgetattr, lremovexattr, llist

Re: [Qemu-devel] [PATCH 0/3] linux-user: Implement missing *xattr calls

2012-01-04 Thread Peter Maydell
Ping? -- PMM On 14 December 2011 15:37, Peter Maydell wrote: > These patches implement the missing *xattr syscalls: >  listxattr >  fsetattr, fgetattr, fremovexattr, flistxattr >  lsetattr, lgetattr, lremovexattr, llistxattr > > They also fix a bug in the existing code where we weren't allowing

[Qemu-devel] [PATCH 0/3] linux-user: Implement missing *xattr calls

2011-12-14 Thread Peter Maydell
These patches implement the missing *xattr syscalls: listxattr fsetattr, fgetattr, fremovexattr, flistxattr lsetattr, lgetattr, lremovexattr, llistxattr They also fix a bug in the existing code where we weren't allowing a NULL value pointer. Tested with the testcases in crackerjack. (There are