summary refs log tree commit diff stats
path: root/hw/pci-host/uninorth.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-12-13 16:35:23 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-12-15 12:55:54 -0600
commit909a5c0afa1dd52e8145716fc36d12ba6b74721f (patch)
tree4248ee972087bc819f2706fdc0e483dc573aa53d /hw/pci-host/uninorth.c
parent196fd15f31d986e5a9c5da84988fa4597f30623b (diff)
downloadfocaccia-qemu-909a5c0afa1dd52e8145716fc36d12ba6b74721f.tar.gz
focaccia-qemu-909a5c0afa1dd52e8145716fc36d12ba6b74721f.zip
hw/pci-host: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/pci-host/uninorth.c')
-rw-r--r--hw/pci-host/uninorth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-host/uninorth.c b/hw/pci-host/uninorth.c
index e4c1abd871..bd670cfa9d 100644
--- a/hw/pci-host/uninorth.c
+++ b/hw/pci-host/uninorth.c
@@ -423,7 +423,7 @@ static const TypeInfo unin_internal_pci_host_info = {
     },
 };
 
-static Property pci_unin_main_pci_host_props[] = {
+static const Property pci_unin_main_pci_host_props[] = {
     DEFINE_PROP_UINT32("ofw-addr", UNINHostState, ofw_addr, -1),
     DEFINE_PROP_END_OF_LIST()
 };