Re: [Qemu-devel] [PATCH 1/1] target/ppc: Fix do_float_check_status vs inexact

2019-08-26 Thread David Gibson
On Mon, Aug 26, 2019 at 09:54:34AM -0700, Richard Henderson wrote: > The underflow and inexact exceptions are not mutually exclusive. > Check for both of them. Tidy the reset of FPSCR[FI]. > > Fixes: https://bugs.launchpad.net/bugs/1841442 > Reported-by: Paul Clarke > Signed-off-by: Richard Hend

Re: [Qemu-devel] [PATCH 1/1] target/ppc: Fix do_float_check_status vs inexact

2019-08-26 Thread Paul Clarke
On 8/26/19 11:54 AM, Richard Henderson wrote: > The underflow and inexact exceptions are not mutually exclusive. > Check for both of them. Tidy the reset of FPSCR[FI]. > > Fixes: https://bugs.launchpad.net/bugs/1841442 > Reported-by: Paul Clarke > Signed-off-by: Richard Henderson Tested-by: Pa

[Qemu-devel] [PATCH 1/1] target/ppc: Fix do_float_check_status vs inexact

2019-08-26 Thread Richard Henderson
The underflow and inexact exceptions are not mutually exclusive. Check for both of them. Tidy the reset of FPSCR[FI]. Fixes: https://bugs.launchpad.net/bugs/1841442 Reported-by: Paul Clarke Signed-off-by: Richard Henderson --- target/ppc/fpu_helper.c | 10 +++--- 1 file changed, 3 insertio