qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] target/openrisc: Remove all uses of target_[u]long types
@ 2025-10-08  7:56 Philippe Mathieu-Daudé
  2025-10-08  7:56 ` [PATCH 1/7] target/openrisc: Replace VMSTATE_UINTTL() -> VMSTATE_UINT32() Philippe Mathieu-Daudé
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-10-08  7:56 UTC (permalink / raw)
  To: qemu-devel
  Cc: Stafford Horne, Pierrick Bouvier, Anton Johansson,
	Philippe Mathieu-Daudé

Remove all the target_[u]long uses in OpenRISC frontend.

Philippe Mathieu-Daudé (7):
  target/openrisc: Replace VMSTATE_UINTTL() -> VMSTATE_UINT32()
  target/openrisc: Do not use target_ulong for @mr in MTSPR helper
  target/openrisc: Remove unused cpu_openrisc_map_address_*() handlers
  target/openrisc: Remove target_ulong use in raise_mmu_exception()
  target/openrisc: Use vaddr type for $pc jumps
  target/openrisc: Inline tcg_gen_trunc_i64_tl()
  target/openrisc: Replace target_ulong -> uint32_t

 target/openrisc/cpu.h        |  31 +--
 target/openrisc/helper.h     |   8 +-
 target/openrisc/fpu_helper.c |   8 +-
 target/openrisc/machine.c    |  20 +-
 target/openrisc/mmu.c        |   7 +-
 target/openrisc/sys_helper.c |   7 +-
 target/openrisc/translate.c  | 396 +++++++++++++++++------------------
 7 files changed, 233 insertions(+), 244 deletions(-)

-- 
2.51.0



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

end of thread, other threads:[~2025-10-09 10:04 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-08  7:56 [PATCH 0/7] target/openrisc: Remove all uses of target_[u]long types Philippe Mathieu-Daudé
2025-10-08  7:56 ` [PATCH 1/7] target/openrisc: Replace VMSTATE_UINTTL() -> VMSTATE_UINT32() Philippe Mathieu-Daudé
2025-10-08  7:56 ` [PATCH 2/7] target/openrisc: Do not use target_ulong for @mr in MTSPR helper Philippe Mathieu-Daudé
2025-10-08 11:08   ` Anton Johansson via
2025-10-08  7:56 ` [PATCH 3/7] target/openrisc: Remove unused cpu_openrisc_map_address_*() handlers Philippe Mathieu-Daudé
2025-10-08 11:10   ` Anton Johansson via
2025-10-08  7:56 ` [PATCH 4/7] target/openrisc: Remove target_ulong use in raise_mmu_exception() Philippe Mathieu-Daudé
2025-10-08 11:14   ` Anton Johansson via
2025-10-08  7:56 ` [PATCH 5/7] target/openrisc: Use vaddr type for $pc jumps Philippe Mathieu-Daudé
2025-10-08 11:18   ` Anton Johansson via
2025-10-08  7:56 ` [PATCH 6/7] target/openrisc: Inline tcg_gen_trunc_i64_tl() Philippe Mathieu-Daudé
2025-10-08 11:20   ` Anton Johansson via
2025-10-08  7:56 ` [RFC PATCH 7/7] target/openrisc: Replace target_ulong -> uint32_t Philippe Mathieu-Daudé
2025-10-08  7:59   ` Philippe Mathieu-Daudé
2025-10-08 12:16   ` Anton Johansson via
2025-10-09  8:17     ` Philippe Mathieu-Daudé
2025-10-09 10:00       ` 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).