[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 12/71] hw/9pfs: Constify all Property
From: |
Richard Henderson |
Subject: |
[PATCH 12/71] hw/9pfs: Constify all Property |
Date: |
Fri, 13 Dec 2024 13:06:46 -0600 |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
hw/9pfs/virtio-9p-device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/9pfs/virtio-9p-device.c b/hw/9pfs/virtio-9p-device.c
index efa41cfd73..b764e4cd3d 100644
--- a/hw/9pfs/virtio-9p-device.c
+++ b/hw/9pfs/virtio-9p-device.c
@@ -243,7 +243,7 @@ static const VMStateDescription vmstate_virtio_9p = {
},
};
-static Property virtio_9p_properties[] = {
+static const Property virtio_9p_properties[] = {
DEFINE_PROP_STRING("mount_tag", V9fsVirtioState, state.fsconf.tag),
DEFINE_PROP_STRING("fsdev", V9fsVirtioState, state.fsconf.fsdev_id),
DEFINE_PROP_END_OF_LIST(),
--
2.43.0
- [PATCH 05/71] target/microblaze: Constify all Property, (continued)
- [PATCH 05/71] target/microblaze: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 06/71] target/mips: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 07/71] target/ppc: Remove empty property list, Richard Henderson, 2024/12/13
- [PATCH 08/71] target/riscv: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 09/71] target/s390x: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 11/71] cpu-target: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 10/71] target/sparc: Constify all Property and PropertyInfo, Richard Henderson, 2024/12/13
- [PATCH 13/71] hw/acpi: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 12/71] hw/9pfs: Constify all Property,
Richard Henderson <=
- [PATCH 14/71] hw/adc: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 18/71] hw/block/xen-block: Unexport PropertyInfo, Richard Henderson, 2024/12/13
- [PATCH 17/71] hw/avr: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 15/71] hw/arm: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 19/71] hw/block: Constify all Property, Richard Henderson, 2024/12/13