Re: [PATCH 0/7] target/alpha: Fix linux-user exception for CVTTQ

2019-09-23 Thread Alex Bennée
Richard Henderson writes: > Alex's new float_convs test dies with SIGFPE for alpha-linux-user. > > This is fixed in patch 6, where I mask the exception similar to how > the kernel would, when passed through the software completion handler. > > Patches 2 & 3 fix bugs that I noticed in the proces

[PATCH 0/7] target/alpha: Fix linux-user exception for CVTTQ

2019-09-20 Thread Richard Henderson
Alex's new float_convs test dies with SIGFPE for alpha-linux-user. This is fixed in patch 6, where I mask the exception similar to how the kernel would, when passed through the software completion handler. Patches 2 & 3 fix bugs that I noticed in the process; the rest are simple cleanup, trying t