]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: support SO_PASSSEC setsockopt option
authorPaul Burton <paul@archlinuxmips.org>
Sun, 22 Jun 2014 10:25:36 +0000 (11:25 +0100)
committerRiku Voipio <riku.voipio@linaro.org>
Sun, 29 Jun 2014 11:19:59 +0000 (14:19 +0300)
commit82d0fe6b7a7384ed442b6a481ab33d442a06f5f1
treeb728cb6621e4e92170e366e3ba11d7e7c3b5ce60
parentd79b6cc4350a1c8debab8ae9a60ea745ea7ef036
linux-user: support SO_PASSSEC setsockopt option

Translate the SO_PASSSEC option to setsockopt to the host value &
perform the syscall as expected, allowing use of the option by target
programs.

Signed-off-by: Paul Burton <paul@archlinuxmips.org>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/socket.h
linux-user/syscall.c