[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH for-6.2 20/43] tcg: Rename TCGMemOpIdx to MemOpIdx
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH for-6.2 20/43] tcg: Rename TCGMemOpIdx to MemOpIdx |
Date: |
Thu, 29 Jul 2021 08:27:03 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
On 7/29/21 2:46 AM, Richard Henderson wrote:
> We're about to move this out of tcg.h, so rename it
> as we did when moving MemOp.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> accel/tcg/atomic_template.h | 24 +++++------
> include/tcg/tcg.h | 74 ++++++++++++++++-----------------
> accel/tcg/cputlb.c | 78 +++++++++++++++++------------------
> accel/tcg/user-exec.c | 2 +-
> target/arm/helper-a64.c | 16 +++----
> target/arm/m_helper.c | 2 +-
> target/i386/tcg/mem_helper.c | 4 +-
> target/m68k/op_helper.c | 2 +-
> target/mips/tcg/msa_helper.c | 6 +--
> target/s390x/tcg/mem_helper.c | 20 ++++-----
> target/sparc/ldst_helper.c | 2 +-
> tcg/optimize.c | 2 +-
> tcg/tcg-op.c | 12 +++---
> tcg/tcg.c | 2 +-
> tcg/tci.c | 14 +++----
> accel/tcg/atomic_common.c.inc | 6 +--
> tcg/aarch64/tcg-target.c.inc | 14 +++----
> tcg/arm/tcg-target.c.inc | 10 ++---
> tcg/i386/tcg-target.c.inc | 10 ++---
> tcg/mips/tcg-target.c.inc | 12 +++---
> tcg/ppc/tcg-target.c.inc | 10 ++---
> tcg/riscv/tcg-target.c.inc | 16 +++----
> tcg/s390/tcg-target.c.inc | 10 ++---
> tcg/sparc/tcg-target.c.inc | 4 +-
> tcg/tcg-ldst.c.inc | 2 +-
> 25 files changed, 177 insertions(+), 177 deletions(-)
Maybe mention "mechanical change using sed".
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
- Re: [PATCH for-6.2 19/43] tcg: Expand MO_SIZE to 3 bits, (continued)
- [PATCH for-6.2 15/43] target/sparc: Implement do_unaligned_access for user-only, Richard Henderson, 2021/07/28
- [PATCH for-6.2 21/43] tcg: Split out MemOpIdx to exec/memopidx.h, Richard Henderson, 2021/07/28
- [PATCH for-6.2 24/43] accel/tcg: Pass MemOpIdx to atomic_trace_*_post, Richard Henderson, 2021/07/28
- [PATCH for-6.2 25/43] plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb, Richard Henderson, 2021/07/28
- [PATCH for-6.2 20/43] tcg: Rename TCGMemOpIdx to MemOpIdx, Richard Henderson, 2021/07/28
- Re: [PATCH for-6.2 20/43] tcg: Rename TCGMemOpIdx to MemOpIdx,
Philippe Mathieu-Daudé <=
- [PATCH for-6.2 22/43] trace/mem: Pass MemOpIdx to trace_mem_get_info, Richard Henderson, 2021/07/28
- [PATCH for-6.2 23/43] accel/tcg: Remove double bswap for helper_atomic_sto_*_mmu, Richard Henderson, 2021/07/28
- [PATCH for-6.2 28/43] target/i386: Use MO_128 for 16 byte atomics, Richard Henderson, 2021/07/28
- [PATCH for-6.2 29/43] target/ppc: Use MO_128 for 16 byte atomics, Richard Henderson, 2021/07/28
- [PATCH for-6.2 26/43] trace: Split guest_mem_before, Richard Henderson, 2021/07/28
- [PATCH for-6.2 27/43] target/arm: Use MO_128 for 16 byte atomics, Richard Henderson, 2021/07/28