Re: [PATCH v2 03/55] target/alpha: Implement do_unaligned_access for user-only

2021-08-18 Thread Philippe Mathieu-Daudé
On 8/3/21 6:13 AM, Richard Henderson wrote: > Reviewed-by: Peter Maydell > Signed-off-by: Richard Henderson > --- > target/alpha/cpu.c| 2 +- > target/alpha/mem_helper.c | 8 +++- > 2 files changed, 4 insertions(+), 6 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v2 03/55] target/alpha: Implement do_unaligned_access for user-only

2021-08-02 Thread Richard Henderson
Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- target/alpha/cpu.c| 2 +- target/alpha/mem_helper.c | 8 +++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/target/alpha/cpu.c b/target/alpha/cpu.c index 4871ad0c0a..cb7e5261bd 100644 --- a/target/alpha/