Re: [Qemu-devel] [PULL for-2.0 7/7] linux-user: Implement capget, capset

2014-03-19 Thread Peter Maydell
On 19 March 2014 15:10, Laurent Desnogues wrote: > Hello, > > On Wed, Mar 19, 2014 at 3:03 PM, wrote: >> From: Peter Maydell >> >> +if (header.version != _LINUX_CAPABILITY_VERSION_1) { > > Sorry for spotting this late, but older kernels (in my case > 2.6.18-238.el5, CentOS 5.6) don't

Re: [Qemu-devel] [PULL for-2.0 7/7] linux-user: Implement capget, capset

2014-03-19 Thread Laurent Desnogues
Hello, On Wed, Mar 19, 2014 at 3:03 PM, wrote: > From: Peter Maydell > > Implement the capget and capset syscalls. This is useful because > simple programs like 'ls' try to use it in AArch64, and otherwise > we emit a lot of noise about it being unimplemented. > > Signed-off-by: Peter Maydell

[Qemu-devel] [PULL for-2.0 7/7] linux-user: Implement capget, capset

2014-03-19 Thread riku . voipio
From: Peter Maydell Implement the capget and capset syscalls. This is useful because simple programs like 'ls' try to use it in AArch64, and otherwise we emit a lot of noise about it being unimplemented. Signed-off-by: Peter Maydell Signed-off-by: Riku Voipio --- linux-user/syscall.c | 7