Re: [PATCH 4/4] target/mips: Complete UHI errno list and log unexpected errors

2021-07-04 Thread Philippe Mathieu-Daudé
On 7/4/21 7:23 PM, Peter Maydell wrote: > On Sun, 4 Jul 2021 at 18:07, Philippe Mathieu-Daudé wrote: >> >> The spec only defines a set of host errno to translate to guest. >> Complete the current errno set, and log unexpected errno (they >> are currently replaced by EINVAL, which is dubious, but w

Re: [PATCH 4/4] target/mips: Complete UHI errno list and log unexpected errors

2021-07-04 Thread Peter Maydell
On Sun, 4 Jul 2021 at 18:07, Philippe Mathieu-Daudé wrote: > > The spec only defines a set of host errno to translate to guest. > Complete the current errno set, and log unexpected errno (they > are currently replaced by EINVAL, which is dubious, but we don't > modify this). > > Signed-off-by: Phi

[PATCH 4/4] target/mips: Complete UHI errno list and log unexpected errors

2021-07-04 Thread Philippe Mathieu-Daudé
The spec only defines a set of host errno to translate to guest. Complete the current errno set, and log unexpected errno (they are currently replaced by EINVAL, which is dubious, but we don't modify this). Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tcg/sysemu/mips-semi.c | 38 +++