Re: [PATCH] target/s390x: Fix a typo in s390_cpu_class_init()

2025-04-05 Thread Richard Henderson
On 3/23/25 08:30, Philippe Mathieu-Daudé wrote: Fixes: 41868f846d2 ("s390x/cpumodel: "host" and "qemu" as CPU subclasses") Signed-off-by: Philippe Mathieu-Daudé --- target/s390x/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/s390x/cpu.c b/target/s390x/cpu.c i

Re: [PATCH] target/s390x: Fix a typo in s390_cpu_class_init()

2025-03-24 Thread Philippe Mathieu-Daudé
On 24/3/25 07:05, Thomas Huth wrote: On 23/03/2025 16.30, Philippe Mathieu-Daudé wrote: Fixes: 41868f846d2 ("s390x/cpumodel: "host" and "qemu" as CPU subclasses") Signed-off-by: Philippe Mathieu-Daudé ---   target/s390x/cpu.c | 2 +-   1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

Re: [PATCH] target/s390x: Fix a typo in s390_cpu_class_init()

2025-03-23 Thread Thomas Huth
On 23/03/2025 16.30, Philippe Mathieu-Daudé wrote: Fixes: 41868f846d2 ("s390x/cpumodel: "host" and "qemu" as CPU subclasses") Signed-off-by: Philippe Mathieu-Daudé --- target/s390x/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/s390x/cpu.c b/target/s390x/cpu.

[PATCH] target/s390x: Fix a typo in s390_cpu_class_init()

2025-03-23 Thread Philippe Mathieu-Daudé
Fixes: 41868f846d2 ("s390x/cpumodel: "host" and "qemu" as CPU subclasses") Signed-off-by: Philippe Mathieu-Daudé --- target/s390x/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/s390x/cpu.c b/target/s390x/cpu.c index d73142600bf..1f75629ddc2 100644 --- a/target/s3