On Mon, 2025-03-24 at 19:58 +0100, Philippe Mathieu-Daudé wrote: > Both s390_cpu_list() and s390_set_qemu_cpu_model() are > defined in cpu_models.c, move their declarations in the > related "cpu_models.h" header. Use full path to header > in s390-virtio-ccw.c file. > > Suggested-by: Thomas Huth <th...@redhat.com> > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > target/s390x/cpu.h | 4 ---- > target/s390x/cpu_models.h | 3 +++ > hw/s390x/s390-virtio-ccw.c | 2 +- > 3 files changed, 4 insertions(+), 5 deletions(-)
(resending with reply-all) Reviewed-by: Eric Farman <far...@linux.ibm.com>