]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 4 Feb 2021 15:39:25 +0000 (16:39 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 13 Feb 2021 21:50:50 +0000 (22:50 +0100)
commitec63e06ef7edd8fb048fe41b901d68c888df9e6c
treec89f6b5b3f32a6093829555f2e18b455bf2e33fc
parent4df7b7fac84ba570bb33970659296555896232b6
linux-user: add TARGET_SO_{DOMAIN,PROTOCOL}

These were defined for other platforms but mistakenly left out of mips
and generic, so this commit adds them to the places missing. Then it
makes them be translated in getsockopt.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210204153925.2030606-1-Jason@zx2c4.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/generic/sockbits.h
linux-user/mips/sockbits.h
linux-user/syscall.c