aboutsummaryrefslogtreecommitdiff
path: root/hw/pci-host/gpex.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/gpex.c
parent196fd15f31d986e5a9c5da84988fa4597f30623b (diff)
downloadqemu-909a5c0afa1dd52e8145716fc36d12ba6b74721f.zip
qemu-909a5c0afa1dd52e8145716fc36d12ba6b74721f.tar.gz
qemu-909a5c0afa1dd52e8145716fc36d12ba6b74721f.tar.bz2
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/gpex.c')
-rw-r--r--hw/pci-host/gpex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci-host/gpex.c b/hw/pci-host/gpex.c
index e9cf455..8a955ca 100644
--- a/hw/pci-host/gpex.c
+++ b/hw/pci-host/gpex.c
@@ -147,7 +147,7 @@ static const char *gpex_host_root_bus_path(PCIHostState *host_bridge,
return "0000:00";
}
-static Property gpex_host_properties[] = {
+static const Property gpex_host_properties[] = {
/*
* Permit CPU accesses to unmapped areas of the PIO and MMIO windows
* (discarding writes and returning -1 for reads) rather than aborting.