summary refs log tree commit diff stats
path: root/hw/i386/x86-iommu.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2024-12-13 15:39:58 +0000
committerRichard Henderson <richard.henderson@linaro.org>2024-12-15 12:55:04 -0600
commit90d45638af23c3cdab9d357306026751f8431b83 (patch)
tree5d662029091b337a4ebc4c0a17d08de662daf6a7 /hw/i386/x86-iommu.c
parent6f31905dbe94e89b1c8471ac6d252e9c0f89d2f5 (diff)
downloadfocaccia-qemu-90d45638af23c3cdab9d357306026751f8431b83.tar.gz
focaccia-qemu-90d45638af23c3cdab9d357306026751f8431b83.zip
hw/i386: Constify all Property
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/i386/x86-iommu.c')
-rw-r--r--hw/i386/x86-iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/x86-iommu.c b/hw/i386/x86-iommu.c
index 60af896225..155f6262ea 100644
--- a/hw/i386/x86-iommu.c
+++ b/hw/i386/x86-iommu.c
@@ -125,7 +125,7 @@ static void x86_iommu_realize(DeviceState *dev, Error **errp)
     }
 }
 
-static Property x86_iommu_properties[] = {
+static const Property x86_iommu_properties[] = {
     DEFINE_PROP_ON_OFF_AUTO("intremap", X86IOMMUState,
                             intr_supported, ON_OFF_AUTO_AUTO),
     DEFINE_PROP_BOOL("device-iotlb", X86IOMMUState, dt_supported, false),