On Tue, 23 Jun 2020 at 20:37, Richard Henderson <[email protected]> wrote: > > Use the same code as system mode, so that we generate the same > exception + syndrome for the unaligned access. > > For the moment, if MTE is enabled so that this path is reachable, > this would generate a SIGSEGV in the user-only cpu_loop. Decoding > the syndrome to produce the proper SIGBUS will be done later. > > Signed-off-by: Richard Henderson <[email protected]> > --- > v8: Raise the normal data exception + syndrome.
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
