[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 53/66] target/alpha: Reorg integer memory operations
From: |
Peter Maydell |
Subject: |
Re: [PATCH v3 53/66] target/alpha: Reorg integer memory operations |
Date: |
Fri, 20 Aug 2021 10:29:56 +0100 |
On Wed, 18 Aug 2021 at 21:11, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Pass in the MemOp instead of a callback.
> Drop the fp argument; add a locked argument.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/alpha/translate.c | 104 +++++++++++++++------------------------
> 1 file changed, 40 insertions(+), 64 deletions(-)
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
(One of those patches where diff has made an incomprehensible mess
of the change and it's easier to look separately at the "before"
and "after" files, at least for the first half of the patch...)
thanks
-- PMM
- [PATCH v3 47/66] linux-user: Disable more prctl subcodes, (continued)
- [PATCH v3 47/66] linux-user: Disable more prctl subcodes, Richard Henderson, 2021/08/18
- [PATCH v3 46/66] linux-user: Split out do_prctl and subroutines, Richard Henderson, 2021/08/18
- [PATCH v3 48/66] hw/core/cpu: Re-sort the non-pointers to the end of CPUClass, Richard Henderson, 2021/08/18
- [PATCH v3 49/66] linux-user: Add code for PR_GET/SET_UNALIGN, Richard Henderson, 2021/08/18
- [PATCH v3 52/66] target/alpha: Reorg fp memory operations, Richard Henderson, 2021/08/18
- [PATCH v3 53/66] target/alpha: Reorg integer memory operations, Richard Henderson, 2021/08/18
- Re: [PATCH v3 53/66] target/alpha: Reorg integer memory operations,
Peter Maydell <=
- [PATCH v3 51/66] hw/core/cpu: Add prctl-unalign-sigbus property for user-only, Richard Henderson, 2021/08/18
- [PATCH v3 50/66] hw/core/cpu: Move cpu properties to cpu-sysemu.c, Richard Henderson, 2021/08/18
- [PATCH v3 54/66] target/alpha: Implement prctl_unalign_sigbus, Richard Henderson, 2021/08/18
- [PATCH v3 56/66] target/sh4: Implement prctl_unalign_sigbus, Richard Henderson, 2021/08/18
- [PATCH v3 55/66] target/hppa: Implement prctl_unalign_sigbus, Richard Henderson, 2021/08/18
- [PATCH v3 57/66] accel/tcg/user-exec: Convert DEBUG_SIGNAL to tracepoint, Richard Henderson, 2021/08/18
- [PATCH v3 58/66] include/exec: Move cpu_signal_handler declaration, Richard Henderson, 2021/08/18