Re: [PATCH 0/3] target/riscv: Fix issue 1060

2022-06-15 Thread Alistair Francis
On Sun, Jun 5, 2022 at 9:12 AM Richard Henderson wrote: > > This issue concerns the value of mtval for illegal > instruction exceptions, and came with a great test case. > The fix is just two lines, in the first patch, but > I noticed some cleanups on the way. > > > r~ > > > Richard Henderson (3):

Re: [PATCH 0/3] target/riscv: Fix issue 1060

2022-06-08 Thread Richard Henderson
I just realized I failed add the proper cc's for this patch set. r~ On 6/4/22 16:10, Richard Henderson wrote: This issue concerns the value of mtval for illegal instruction exceptions, and came with a great test case. The fix is just two lines, in the first patch, but I noticed some cleanups o

[PATCH 0/3] target/riscv: Fix issue 1060

2022-06-04 Thread Richard Henderson
This issue concerns the value of mtval for illegal instruction exceptions, and came with a great test case. The fix is just two lines, in the first patch, but I noticed some cleanups on the way. r~ Richard Henderson (3): target/riscv: Set env->bins in gen_exception_illegal target/riscv: Rem