Re: [PATCH-for-10.1 5/6] target/sparc: Register CPUClass:list_cpus

2025-04-05 Thread Thomas Huth
On 24/03/2025 17.32, Philippe Mathieu-Daudé wrote: On 24/3/25 10:30, Thomas Huth wrote: On 23/03/2025 23.40, Philippe Mathieu-Daudé wrote: Register sparc_cpu_list() as CPUClass:list_cpus callback and remove the cpu_list definition. Copy-n-paste error in both, subject and patch description: Th

Re: [PATCH-for-10.1 5/6] target/sparc: Register CPUClass:list_cpus

2025-03-24 Thread Philippe Mathieu-Daudé
On 24/3/25 10:30, Thomas Huth wrote: On 23/03/2025 23.40, Philippe Mathieu-Daudé wrote: Register sparc_cpu_list() as CPUClass:list_cpus callback and remove the cpu_list definition. Copy-n-paste error in both, subject and patch description: This should be about s390x, not sparc. Oh oops. d

Re: [PATCH-for-10.1 5/6] target/sparc: Register CPUClass:list_cpus

2025-03-24 Thread Thomas Huth
On 23/03/2025 23.40, Philippe Mathieu-Daudé wrote: Register sparc_cpu_list() as CPUClass:list_cpus callback and remove the cpu_list definition. Copy-n-paste error in both, subject and patch description: This should be about s390x, not sparc. diff --git a/target/s390x/cpu.h b/target/s390x/cp

[PATCH-for-10.1 5/6] target/sparc: Register CPUClass:list_cpus

2025-03-23 Thread Philippe Mathieu-Daudé
Register sparc_cpu_list() as CPUClass:list_cpus callback and remove the cpu_list definition. Signed-off-by: Philippe Mathieu-Daudé --- target/s390x/cpu.h | 1 - target/s390x/cpu.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/target/s390x/cpu.h b/target/s390x/cpu.h index 5b