projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90f5755
)
hw/remote: Constify all Property
author
Richard Henderson
<richard.henderson@linaro.org>
Fri, 13 Dec 2024 16:39:35 +0000
(16:39 +0000)
committer
Richard Henderson
<richard.henderson@linaro.org>
Sun, 15 Dec 2024 18:56:01 +0000
(12:56 -0600)
Reviewed-by: Jagannathan Raman <jag.raman@oracle.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/remote/proxy.c
patch
|
blob
|
history
diff --git
a/hw/remote/proxy.c
b/hw/remote/proxy.c
index 302a0a4d4df61b386ddb470f260a46126c98bf56..6f84fdd3faf855408742b6f33de06ddd93696fef 100644
(file)
--- a/
hw/remote/proxy.c
+++ b/
hw/remote/proxy.c
@@
-191,7
+191,7
@@
static void pci_proxy_write_config(PCIDevice *d, uint32_t addr, uint32_t val,
config_op_send(PCI_PROXY_DEV(d), addr, &val, len, MPQEMU_CMD_PCI_CFGWRITE);
}
-static Property proxy_properties[] = {
+static
const
Property proxy_properties[] = {
DEFINE_PROP_STRING("fd", PCIProxyDev, fd),
DEFINE_PROP_END_OF_LIST(),
};