Re: [Qemu-devel] [PATCH v2] linux-user: Implement capget, capset

2014-03-17 Thread Riku Voipio
On Mon, Mar 17, 2014 at 12:15:35PM +, Peter Maydell wrote: > 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 > --- > Chan

[Qemu-devel] [PATCH v2] linux-user: Implement capget, capset

2014-03-17 Thread 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 --- Changes v1->v2: initialize target_data to NULL to suppress a gcc 4.8 warning; ro