]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 2 Mar 2024 00:52:30 +0000 (14:52 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 12 Mar 2024 13:35:00 +0000 (03:35 -1000)
commit07726f522deea2b98f39f7acdd32c60a35d65d1a
tree782a383cfc4b704b217fec13053d147ff1737847
parentf9eebe31a74add73973a978a6af366ec442f45cf
linux-user: Implement PR_{GET,SET}_CHILD_SUBREAPER

The "set" prctl passes through integral values.
The "get" prctl returns the value into a pointer.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1929
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/syscall.c