summary refs log tree commit diff stats
path: root/hw/dma/pl330.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-12-13 15:33:04 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-12-15 12:54:54 -0600
commit7d6a82a3e64d37a83d4ac2fc5234420046523b77 (patch)
tree28df216ea4fd6116a8f71fc3a47996f3da81827c /hw/dma/pl330.c
parentd432edd56c270d3b7322d85489bd45116bd7e2e2 (diff)
downloadfocaccia-qemu-7d6a82a3e64d37a83d4ac2fc5234420046523b77.tar.gz
focaccia-qemu-7d6a82a3e64d37a83d4ac2fc5234420046523b77.zip
hw/dma: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/dma/pl330.c')
-rw-r--r--hw/dma/pl330.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dma/pl330.c b/hw/dma/pl330.c
index 0668caed7c..d5a0a1caa2 100644
--- a/hw/dma/pl330.c
+++ b/hw/dma/pl330.c
@@ -1646,7 +1646,7 @@ static void pl330_realize(DeviceState *dev, Error **errp)
     pl330_fifo_init(&s->fifo, s->data_width / 4 * s->data_buffer_dep);
 }
 
-static Property pl330_properties[] = {
+static const Property pl330_properties[] = {
     /* CR0 */
     DEFINE_PROP_UINT32("num_chnls", PL330State, num_chnls, 8),
     DEFINE_PROP_UINT8("num_periph_req", PL330State, num_periph_req, 4),