[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 33/71] hw/ipack: Constify all Property
From: |
Richard Henderson |
Subject: |
[PATCH 33/71] hw/ipack: Constify all Property |
Date: |
Fri, 13 Dec 2024 13:07:07 -0600 |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
hw/ipack/ipack.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/ipack/ipack.c b/hw/ipack/ipack.c
index c39dbb481f..7ffc4ffe6f 100644
--- a/hw/ipack/ipack.c
+++ b/hw/ipack/ipack.c
@@ -73,7 +73,7 @@ static void ipack_device_unrealize(DeviceState *dev)
qemu_free_irqs(idev->irq, 2);
}
-static Property ipack_device_props[] = {
+static const Property ipack_device_props[] = {
DEFINE_PROP_INT32("slot", IPackDevice, slot, -1),
DEFINE_PROP_END_OF_LIST()
};
--
2.43.0
- Re: [PATCH 30/71] hw/ide: Constify all Property, (continued)
- [PATCH 29/71] hw/i386: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 31/71] hw/input: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 28/71] hw/i2c: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 32/71] hw/intc: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 33/71] hw/ipack: Constify all Property,
Richard Henderson <=
- [PATCH 34/71] hw/ipmi: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 26/71] hw/gpio: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 35/71] hw/isa: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 38/71] hw/mips: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 36/71] hw/m68k: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 39/71] hw/misc/xlnx-versal-trng: Constify trng_props, Richard Henderson, 2024/12/13