[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 69/71] hw/xen: Use DEFINE_PROP_END_OF_LIST in xen_sysdev_properti
From: |
Richard Henderson |
Subject: |
[PATCH 69/71] hw/xen: Use DEFINE_PROP_END_OF_LIST in xen_sysdev_properties |
Date: |
Fri, 13 Dec 2024 13:30:03 -0600 |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
hw/xen/xen-legacy-backend.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/xen/xen-legacy-backend.c b/hw/xen/xen-legacy-backend.c
index b15393e934..f6ad58fe13 100644
--- a/hw/xen/xen-legacy-backend.c
+++ b/hw/xen/xen-legacy-backend.c
@@ -675,7 +675,7 @@ static const TypeInfo xensysbus_info = {
};
static const Property xen_sysdev_properties[] = {
- {/* end of property list */},
+ DEFINE_PROP_END_OF_LIST(),
};
static void xen_sysdev_class_init(ObjectClass *klass, void *data)
--
2.43.0
- [PATCH 63/71] hw/ufs: Constify all Property, (continued)
- [PATCH 63/71] hw/ufs: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 64/71] hw/usb: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 66/71] hw/virtio: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 65/71] hw/vfio: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 68/71] hw/xen: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 67/71] hw/watchdog: Constify all Property, Richard Henderson, 2024/12/13
- [PATCH 69/71] hw/xen: Use DEFINE_PROP_END_OF_LIST in xen_sysdev_properties,
Richard Henderson <=
- [PATCH 70/71] tests/unit: Constify all Property, Richard Henderson, 2024/12/13
- [PULL 4/4] target/sparc: Use memcpy() and remove memcpy32(), Richard Henderson, 2024/12/13
- Re: [PATCH 00/71] whole-tree: Constify Property structures, Philippe Mathieu-Daudé, 2024/12/13
- [PATCH 23/71] hw/cxl: Constify all Property, Richard Henderson, 2024/12/13
- Re: [PATCH 00/71] whole-tree: Constify Property structures, Bernhard Beschow, 2024/12/14