commit | 07726f522deea2b98f39f7acdd32c60a35d65d1a | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Mar 01 14:52:30 2024 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Mar 12 03:35:00 2024 -1000 |
tree | 782a383cfc4b704b217fec13053d147ff1737847 | |
parent | f9eebe31a74add73973a978a6af366ec442f45cf [diff] |
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>