projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7ce9e1
)
target/riscv: Constify all Property
author
Richard Henderson
<richard.henderson@linaro.org>
Fri, 13 Dec 2024 14:48:37 +0000
(14:48 +0000)
committer
Richard Henderson
<richard.henderson@linaro.org>
Sun, 15 Dec 2024 18:54:10 +0000
(12:54 -0600)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/riscv/cpu.c
patch
|
blob
|
history
diff --git
a/target/riscv/cpu.c
b/target/riscv/cpu.c
index 80b09952e78bc5ce7fe151dff384f42bead0ab65..4329015076d0dff94ce62d7941dd294556055058 100644
(file)
--- a/
target/riscv/cpu.c
+++ b/
target/riscv/cpu.c
@@
-2661,7
+2661,7
@@
RISCVCPUImpliedExtsRule *riscv_multi_ext_implied_rules[] = {
NULL
};
-static Property riscv_cpu_properties[] = {
+static
const
Property riscv_cpu_properties[] = {
DEFINE_PROP_BOOL("debug", RISCVCPU, cfg.debug, true),
{.name = "pmu-mask", .info = &prop_pmu_mask},