projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93c9015
)
hw/rx: Constify all Property
author
Richard Henderson
<richard.henderson@linaro.org>
Fri, 13 Dec 2024 16:44:52 +0000
(16:44 +0000)
committer
Richard Henderson
<richard.henderson@linaro.org>
Sun, 15 Dec 2024 18:56:08 +0000
(12:56 -0600)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/rx/rx62n.c
patch
|
blob
|
history
diff --git
a/hw/rx/rx62n.c
b/hw/rx/rx62n.c
index 560f53a58a60de89e0360ad55e4c5bcad6d5e02e..dfa27bc94ef5b7ca6fdcffd7671fff61e30e833f 100644
(file)
--- a/
hw/rx/rx62n.c
+++ b/
hw/rx/rx62n.c
@@
-257,7
+257,7
@@
static void rx62n_realize(DeviceState *dev, Error **errp)
register_sci(s, 0);
}
-static Property rx62n_properties[] = {
+static
const
Property rx62n_properties[] = {
DEFINE_PROP_LINK("main-bus", RX62NState, sysmem, TYPE_MEMORY_REGION,
MemoryRegion *),
DEFINE_PROP_BOOL("load-kernel", RX62NState, kernel, false),