qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] misc: Trivial code rename cleanup
@ 2024-01-11 12:02 Philippe Mathieu-Daudé
  2024-01-11 12:02 ` [PATCH 1/5] accel: Rename accel_init_ops_interfaces() to include 'system' Philippe Mathieu-Daudé
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-01-11 12:02 UTC (permalink / raw)
  To: qemu-devel
  Cc: Richard Henderson, Weiwei Li, Alistair Francis, qemu-s390x,
	Michael Tokarev, David Hildenbrand, Christian Borntraeger,
	qemu-riscv, Palmer Dabbelt, Bin Meng, qemu-trivial, Halil Pasic,
	Paolo Bonzini, Ilya Leoshkevich, Eduardo Habkost, Laurent Vivier,
	Liu Zhiwei, Eric Farman, Thomas Huth, Daniel Henrique Barboza,
	Philippe Mathieu-Daudé

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(-)

-- 
2.41.0



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-01-17  8:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 12:02 [PATCH 0/5] misc: Trivial code rename cleanup Philippe Mathieu-Daudé
2024-01-11 12:02 ` [PATCH 1/5] accel: Rename accel_init_ops_interfaces() to include 'system' Philippe Mathieu-Daudé
2024-01-11 13:00   ` Daniel Henrique Barboza
2024-01-11 23:13   ` Alistair Francis
2024-01-11 12:02 ` [PATCH 2/5] hw/core/cpu: Rename cpu_class_init() to include 'common' Philippe Mathieu-Daudé
2024-01-11 13:00   ` Daniel Henrique Barboza
2024-01-11 12:02 ` [PATCH 3/5] hw/s390x: Rename cpu_class_init() to include 'sclp' Philippe Mathieu-Daudé
2024-01-11 14:03   ` Eric Farman
2024-01-11 18:00   ` Thomas Huth
2024-01-11 12:02 ` [PATCH 4/5] target/i386: Rename tcg_cpu_FOO() to include 'x86' Philippe Mathieu-Daudé
2024-01-11 19:53   ` Michael Tokarev
2024-01-11 12:02 ` [PATCH 5/5] target/riscv: Rename tcg_cpu_FOO() to include 'riscv' Philippe Mathieu-Daudé
2024-01-11 13:00   ` Daniel Henrique Barboza
2024-01-11 23:14   ` Alistair Francis
2024-01-17  8:20 ` [PATCH 0/5] misc: Trivial code rename cleanup Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).