[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 53/71] hw/rx: Constify all Property
From: |
Richard Henderson |
Subject: |
[PATCH 53/71] hw/rx: Constify all Property |
Date: |
Fri, 13 Dec 2024 13:07:27 -0600 |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
hw/rx/rx62n.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/rx/rx62n.c b/hw/rx/rx62n.c
index 560f53a58a..dfa27bc94e 100644
--- 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),
--
2.43.0
- [PATCH 60/71] hw/timer: Constify all Property, (continued)
- [PATCH 60/71] hw/timer: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 50/71] hw/remote: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 01/71] target/arm: Constify all Property, Richard Henderson, 2024/12/13
- Re: [PATCH 00/71] whole-tree: Constify Property structures, Richard Henderson, 2024/12/13
- [PATCH 48/71] hw/pci: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 51/71] hw/riscv: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 52/71] hw/rtc: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 53/71] hw/rx: Constify all Property,
Richard Henderson <=
- [PATCH 54/71] hw/s390x: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 56/71] hw/sd: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 57/71] hw/sparc: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 58/71] hw/sparc64: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 61/71] hw/tpm: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 62/71] hw/tricore: Constify all Property, Richard Henderson, 2024/12/13