aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-12-13 15:27:21 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-12-15 12:54:49 -0600
commit2a3f565c529088df051f3cf1d34f6389626af261 (patch)
treef27992c54a187cb99b1489b699d769678b4de8fc
parent804467e148a254a503834a2c712cad827f6f4b25 (diff)
downloadqemu-2a3f565c529088df051f3cf1d34f6389626af261.zip
qemu-2a3f565c529088df051f3cf1d34f6389626af261.tar.gz
qemu-2a3f565c529088df051f3cf1d34f6389626af261.tar.bz2
hw/cxl: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
-rw-r--r--hw/cxl/switch-mailbox-cci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cxl/switch-mailbox-cci.c b/hw/cxl/switch-mailbox-cci.c
index 4f41944..3fde0f8 100644
--- a/hw/cxl/switch-mailbox-cci.c
+++ b/hw/cxl/switch-mailbox-cci.c
@@ -65,7 +65,7 @@ static void cswmbcci_exit(PCIDevice *pci_dev)
/* Nothing to do here yet */
}
-static Property cxl_switch_cci_props[] = {
+static const Property cxl_switch_cci_props[] = {
DEFINE_PROP_LINK("target", CSWMBCCIDev,
target, TYPE_CXL_USP, PCIDevice *),
DEFINE_PROP_END_OF_LIST(),