On 2023/03/30 23:08, Alex Bennée wrote: > > Yohei Kojima <y-...@outlook.jp> writes: > >> strerror() is not guaranteed to be thread-safe as described in >> (https://gitlab.com/qemu-project/qemu/-/issues/416). >> >> This commit changes files under /linux-user that call strerror() to call >> the safer qemu_strerror(). > > As mentioned on bug tracker I think you need some more patches for the > other uses. But for this one: > > Reviewed-by: Alex Bennée <alex.ben...@linaro.org> >
Thank you for the review. I will add several patches for other subsystems.