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

2014-03-19 Thread riku . voipio
From: Peter Maydell peter.mayd...@linaro.org 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 peter.mayd...@linaro.org

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, riku.voi...@linaro.org wrote: From: Peter Maydell peter.mayd...@linaro.org 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

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 laurent.desnog...@gmail.com wrote: Hello, On Wed, Mar 19, 2014 at 3:03 PM, riku.voi...@linaro.org wrote: From: Peter Maydell peter.mayd...@linaro.org +if (header.version != _LINUX_CAPABILITY_VERSION_1) { Sorry for spotting this late, but