Re: [PATCH for-6.2 01/43] hw/core: Make do_unaligned_access available to user-only

2021-07-29 Thread Richard Henderson
On 7/28/21 8:19 PM, Philippe Mathieu-Daudé wrote: On 7/29/21 2:46 AM, Richard Henderson wrote: We shouldn't be ignoring SIGBUS for user-only. Move our existing TCGCPUOps hook out from CONFIG_SOFTMMU. Signed-off-by: Richard Henderson --- include/hw/core/tcg-cpu-ops.h | 14 +++--- 1 f

Re: [PATCH for-6.2 01/43] hw/core: Make do_unaligned_access available to user-only

2021-07-29 Thread Peter Maydell
On Thu, 29 Jul 2021 at 01:50, Richard Henderson wrote: > > We shouldn't be ignoring SIGBUS for user-only. > Move our existing TCGCPUOps hook out from CONFIG_SOFTMMU. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM

Re: [PATCH for-6.2 01/43] hw/core: Make do_unaligned_access available to user-only

2021-07-28 Thread Philippe Mathieu-Daudé
On 7/29/21 2:46 AM, Richard Henderson wrote: > We shouldn't be ignoring SIGBUS for user-only. > Move our existing TCGCPUOps hook out from CONFIG_SOFTMMU. > > Signed-off-by: Richard Henderson > --- > include/hw/core/tcg-cpu-ops.h | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions

Re: [PATCH for-6.2 01/43] hw/core: Make do_unaligned_access available to user-only

2021-07-28 Thread Philippe Mathieu-Daudé
On 7/29/21 2:46 AM, Richard Henderson wrote: > We shouldn't be ignoring SIGBUS for user-only. > Move our existing TCGCPUOps hook out from CONFIG_SOFTMMU. > > Signed-off-by: Richard Henderson > --- > include/hw/core/tcg-cpu-ops.h | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions

[PATCH for-6.2 01/43] hw/core: Make do_unaligned_access available to user-only

2021-07-28 Thread Richard Henderson
We shouldn't be ignoring SIGBUS for user-only. Move our existing TCGCPUOps hook out from CONFIG_SOFTMMU. Signed-off-by: Richard Henderson --- include/hw/core/tcg-cpu-ops.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/hw/core/tcg-cpu-ops.h b/include/h