Re: [PATCH v3 44/66] tcg/i386: Support raising sigbus for user-only

2021-08-19 Thread Peter Maydell
On Wed, 18 Aug 2021 at 21:11, Richard Henderson wrote: > > Signed-off-by: Richard Henderson > --- > tcg/i386/tcg-target.h | 2 - > tcg/i386/tcg-target.c.inc | 107 -- > 2 files changed, 102 insertions(+), 7 deletions(-) Reviewed-by: Peter Maydell than

[PATCH v3 44/66] tcg/i386: Support raising sigbus for user-only

2021-08-18 Thread Richard Henderson
Signed-off-by: Richard Henderson --- tcg/i386/tcg-target.h | 2 - tcg/i386/tcg-target.c.inc | 107 -- 2 files changed, 102 insertions(+), 7 deletions(-) diff --git a/tcg/i386/tcg-target.h b/tcg/i386/tcg-target.h index b00a6da293..3b2c9437a0 100644 --- a/