From: Thomas Huth <thuth@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Stefan Hajnoczi" <stefanha@redhat.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PULL 4/6] target/s390x: Fix a typo in s390_cpu_class_init()
Date: Thu, 27 Mar 2025 09:06:20 +0100 [thread overview]
Message-ID: <20250327080622.954388-5-thuth@redhat.com> (raw)
In-Reply-To: <20250327080622.954388-1-thuth@redhat.com>
From: Philippe Mathieu-Daudé <philmd@linaro.org>
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 | 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/s390x/cpu.c
+++ b/target/s390x/cpu.c
@@ -377,7 +377,7 @@ static void s390_cpu_class_init(ObjectClass *oc, void *data)
resettable_class_set_parent_phases(rc, NULL, s390_cpu_reset_hold, NULL,
&scc->parent_phases);
- cc->class_by_name = s390_cpu_class_by_name,
+ cc->class_by_name = s390_cpu_class_by_name;
cc->mmu_index = s390x_cpu_mmu_index;
cc->dump_state = s390_cpu_dump_state;
cc->query_cpu_fast = s390_query_cpu_fast;
--
2.49.0
next prev parent reply other threads:[~2025-03-27 8:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-27 8:06 [PULL 0/6] Functional test fixes for 10.0-rc2 Thomas Huth
2025-03-27 8:06 ` [PULL 1/6] tests/functional/test_ppc64_replay: Mark the e500 test as flaky Thomas Huth
2025-03-27 8:06 ` [PULL 2/6] tests/functional/meson.build: Bump arm_aspeed_bletchley timeout Thomas Huth
2025-03-27 8:06 ` [PULL 3/6] tests/functional: Add missing require_netdev('user') statements Thomas Huth
2025-03-27 8:06 ` Thomas Huth [this message]
2025-03-27 8:06 ` [PULL 5/6] tests/functional/test_aarch64_virt_gpu: Skip if "dbus" display isn't available Thomas Huth
2025-03-27 8:06 ` [PULL 6/6] tests/functional/test_vnc: Skip test if VNC support is not available Thomas Huth
2025-03-28 11:48 ` [PULL 0/6] Functional test fixes for 10.0-rc2 Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250327080622.954388-5-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.