qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] target/s390x: Cleanups around s390_cpu_[un]halt()
@ 2025-07-08  9:57 Philippe Mathieu-Daudé
  2025-07-08  9:57 ` [PATCH 1/4] target/s390x: Remove unused s390_cpu_[un]halt() user stubs Philippe Mathieu-Daudé
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-07-08  9:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, David Hildenbrand, Ilya Leoshkevich,
	Richard Henderson, qemu-s390x, Philippe Mathieu-Daudé

Trivial cleanups around s390_cpu_[un]halt(), split of
a bigger series which consolidates CPUClass::[un]halt()
for re-use between accelerators.

Philippe Mathieu-Daudé (4):
  target/s390x: Remove unused s390_cpu_[un]halt() user stubs
  target/s390x: Expose s390_count_running_cpus() method
  target/s390x: Have s390_cpu_halt() not return anything
  target/s390x: Extract system internal declarations to s390x-internal.h

 target/s390x/s390x-internal.h | 231 +---------------------------------
 target/s390x/s390x-system.h   | 215 +++++++++++++++++++++++++++++++
 target/s390x/cpu-system.c     |   6 +-
 target/s390x/helper.c         |   4 +-
 4 files changed, 222 insertions(+), 234 deletions(-)
 create mode 100644 target/s390x/s390x-system.h

-- 
2.49.0



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

end of thread, other threads:[~2025-07-11  9:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08  9:57 [PATCH 0/4] target/s390x: Cleanups around s390_cpu_[un]halt() Philippe Mathieu-Daudé
2025-07-08  9:57 ` [PATCH 1/4] target/s390x: Remove unused s390_cpu_[un]halt() user stubs Philippe Mathieu-Daudé
2025-07-11  8:36   ` Thomas Huth
2025-07-08  9:57 ` [PATCH 2/4] target/s390x: Expose s390_count_running_cpus() method Philippe Mathieu-Daudé
2025-07-11  8:39   ` Thomas Huth
2025-07-08  9:57 ` [PATCH 3/4] target/s390x: Have s390_cpu_halt() not return anything Philippe Mathieu-Daudé
2025-07-11  8:39   ` Thomas Huth
2025-07-08  9:57 ` [PATCH 4/4] target/s390x: Extract system internal declarations to s390x-internal.h Philippe Mathieu-Daudé
2025-07-11  8:49   ` Thomas Huth
2025-07-11  8:50 ` [PATCH 0/4] target/s390x: Cleanups around s390_cpu_[un]halt() Thomas Huth
2025-07-11  9:21   ` David Hildenbrand

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