]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/s390x: Fix a typo in s390_cpu_class_init()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 24 Mar 2025 16:53:56 +0000 (17:53 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 27 Mar 2025 07:59:35 +0000 (08:59 +0100)
commit6a93b1c7b4cfa4f5e3c0b8a17177ce14aaa2346c
tree510d86098b368c18b79103617f43e2c60ef8d26a
parentdba0752f2c16f63825a06e9ebe4ac651bdc95b99
target/s390x: Fix a typo in s390_cpu_class_init()

Replace the comma at the end of the line by a semicolon.

Fixes: 41868f846d2 ("s390x/cpumodel: "host" and "qemu" as CPU subclasses")
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250324165356.39540-1-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
target/s390x/cpu.c