qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH-for-8.0 0/3] tcg: Replace tcg_target_[u]long -> [u]intptr_t
@ 2022-11-30 13:26 Philippe Mathieu-Daudé
  2022-11-30 13:26 ` [PATCH-for-8.0 1/3] tcg/s390x: Fix coding style Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-11-30 13:26 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Jiaxun Yang, Aurelien Jarno,
	Paolo Bonzini, Richard Henderson, Huacai Chen, Thomas Huth,
	Stefan Weil, qemu-riscv, Palmer Dabbelt, WANG Xuerui,
	Aleksandar Rikalo, qemu-s390x, Alistair Francis, qemu-arm

Trivial cleanup (99% mechanical) suggested by rth:
the tcg_target_[u]long type is redundant with [u]intptr_t.

Philippe Mathieu-Daudé (3):
  tcg/s390x: Fix coding style
  tcg: Replace tcg_target_long -> intptr_t
  tcg: Replace tcg_target_ulong -> uintptr_t

 accel/tcg/cputlb.c                    | 44 +++++++++----------
 accel/tcg/translate-all.c             | 12 +++---
 docs/devel/control-flow-integrity.rst |  2 +-
 include/tcg/tcg-ldst.h                | 40 ++++++++---------
 include/tcg/tcg-op.h                  | 62 +++++++++++++--------------
 include/tcg/tcg.h                     | 18 ++------
 tcg/aarch64/tcg-target.c.inc          | 16 +++----
 tcg/arm/tcg-target.c.inc              |  4 +-
 tcg/i386/tcg-target.c.inc             | 16 +++----
 tcg/loongarch64/tcg-target.c.inc      | 30 ++++++-------
 tcg/mips/tcg-target.c.inc             |  4 +-
 tcg/optimize.c                        |  8 ++--
 tcg/ppc/tcg-target.c.inc              | 16 +++----
 tcg/riscv/tcg-target.c.inc            | 18 ++++----
 tcg/s390x/tcg-target.c.inc            | 42 +++++++++---------
 tcg/sparc64/tcg-target.c.inc          | 14 +++---
 tcg/tcg-op-vec.c                      |  2 +-
 tcg/tcg-op.c                          | 16 +++----
 tcg/tcg-pool.c.inc                    | 32 +++++++-------
 tcg/tcg.c                             | 24 +++++------
 tcg/tci.c                             | 18 ++++----
 tcg/tci/tcg-target.c.inc              |  2 +-
 22 files changed, 214 insertions(+), 226 deletions(-)

-- 
2.38.1



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

end of thread, other threads:[~2022-12-01  6:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-30 13:26 [PATCH-for-8.0 0/3] tcg: Replace tcg_target_[u]long -> [u]intptr_t Philippe Mathieu-Daudé
2022-11-30 13:26 ` [PATCH-for-8.0 1/3] tcg/s390x: Fix coding style Philippe Mathieu-Daudé
2022-12-01  3:22   ` Wilfred Mallawa
2022-12-01  6:36   ` Richard Henderson
2022-11-30 13:26 ` [PATCH-for-8.0 2/3] tcg: Replace tcg_target_long -> intptr_t Philippe Mathieu-Daudé
2022-11-30 13:26 ` [PATCH-for-8.0 3/3] tcg: Replace tcg_target_ulong -> uintptr_t Philippe Mathieu-Daudé
2022-11-30 20:49 ` [PATCH-for-8.0 0/3] tcg: Replace tcg_target_[u]long -> [u]intptr_t Richard Henderson

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