projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3ef448
)
target/s390x: Constify all Property
author
Richard Henderson
<richard.henderson@linaro.org>
Fri, 13 Dec 2024 14:49:20 +0000
(14:49 +0000)
committer
Richard Henderson
<richard.henderson@linaro.org>
Sun, 15 Dec 2024 18:54:12 +0000
(12:54 -0600)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/s390x/cpu.c
patch
|
blob
|
history
diff --git
a/target/s390x/cpu.c
b/target/s390x/cpu.c
index adb27504ad5e4f04674d0d67d1a1d72eb6d77efb..4702761ca30f800904ef1e2305b40f20fe49807b 100644
(file)
--- a/
target/s390x/cpu.c
+++ b/
target/s390x/cpu.c
@@
-309,7
+309,7
@@
static const gchar *s390_gdb_arch_name(CPUState *cs)
return "s390:64-bit";
}
-static Property s390x_cpu_properties[] = {
+static
const
Property s390x_cpu_properties[] = {
#if !defined(CONFIG_USER_ONLY)
DEFINE_PROP_UINT32("core-id", S390CPU, env.core_id, 0),
DEFINE_PROP_INT32("socket-id", S390CPU, env.socket_id, -1),