On 17/12/25 15:42, Thomas Huth wrote:
From: Thomas Huth <[email protected]>
These functions are only called via their function pointer by using
the run_on_cpu() function, so it does not make sense to declare these
as "inline" functions. Move the functions from cpu.h to either cpu.c
(when they are still used in multiple places), or to s390-virtio-ccw.c
(when they are only called from that file).
Signed-off-by: Thomas Huth <[email protected]>
---
target/s390x/cpu.h | 24 +-----------------------
hw/s390x/s390-virtio-ccw.c | 19 ++++++++++++++++++-
target/s390x/cpu.c | 5 +++++
3 files changed, 24 insertions(+), 24 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>