From: Richard Henderson Date: Fri, 13 Dec 2024 16:44:52 +0000 (+0000) Subject: hw/rx: Constify all Property X-Git-Tag: v10.0.0-rc0~117^2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=521e2be94d4e1cebe0e9387bd1124d5148b69da2;p=thirdparty%2Fqemu.git hw/rx: Constify all Property Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- diff --git a/hw/rx/rx62n.c b/hw/rx/rx62n.c index 560f53a58a6..dfa27bc94ef 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),