mbox series

[0/5] misc: Trivial code rename cleanup

Message ID 20240111120221.35072-1-philmd@linaro.org
Headers show
Series misc: Trivial code rename cleanup | expand

Message

Philippe Mathieu-Daudé Jan. 11, 2024, 12:02 p.m. UTC
Rename some code names to ease navigating / grepping
the code.

I plan to queue these patches once reviewed.

Thanks,

Phil.

Philippe Mathieu-Daudé (5):
  accel: Rename accel_init_ops_interfaces() to include 'system'
  hw/core/cpu: Rename cpu_class_init() to include 'common'
  hw/s390x: Rename cpu_class_init() to include 'sclp'
  target/i386: Rename tcg_cpu_FOO() to include 'x86'
  target/riscv: Rename tcg_cpu_FOO() to include 'riscv'

 accel/accel-system.h       |  2 +-
 accel/accel-system.c       |  2 +-
 accel/accel-target.c       |  2 +-
 hw/core/cpu-common.c       |  4 ++--
 hw/s390x/sclpcpu.c         |  4 ++--
 target/i386/tcg/tcg-cpu.c  | 32 ++++++++++++++++----------------
 target/riscv/tcg/tcg-cpu.c | 28 ++++++++++++++--------------
 7 files changed, 37 insertions(+), 37 deletions(-)

Comments

Philippe Mathieu-Daudé Jan. 17, 2024, 8:20 a.m. UTC | #1
On 11/1/24 13:02, Philippe Mathieu-Daudé wrote:
> Rename some code names to ease navigating / grepping
> the code.

> Philippe Mathieu-Daudé (5):
>    accel: Rename accel_init_ops_interfaces() to include 'system'
>    hw/core/cpu: Rename cpu_class_init() to include 'common'
>    hw/s390x: Rename cpu_class_init() to include 'sclp'
>    target/i386: Rename tcg_cpu_FOO() to include 'x86'
>    target/riscv: Rename tcg_cpu_FOO() to include 'riscv'

Thanks, series queued.