projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3834cc6
)
cpu-target: Constify all Property
author
Richard Henderson
<richard.henderson@linaro.org>
Fri, 13 Dec 2024 14:52:29 +0000
(14:52 +0000)
committer
Richard Henderson
<richard.henderson@linaro.org>
Sun, 15 Dec 2024 18:54:17 +0000
(12:54 -0600)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
cpu-target.c
patch
|
blob
|
history
diff --git
a/cpu-target.c
b/cpu-target.c
index 499facf7747fe5fc69a1a76b9b44781849251baa..2ae07a779ea3ff435407204aa6c6cba798ceb20b 100644
(file)
--- a/
cpu-target.c
+++ b/
cpu-target.c
@@
-183,7
+183,7
@@
void cpu_exec_unrealizefn(CPUState *cpu)
* This can't go in hw/core/cpu.c because that file is compiled only
* once for both user-mode and system builds.
*/
-static Property cpu_common_props[] = {
+static
const
Property cpu_common_props[] = {
#ifdef CONFIG_USER_ONLY
/*
* Create a property for the user-only object, so users can