hw/s390x: Constify all Property

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Richard Henderson 2024-12-13 16:45:40 +00:00
parent 521e2be94d
commit 6048081263
19 changed files with 19 additions and 19 deletions

View file

@ -46,7 +46,7 @@ static void virtio_ccw_net_instance_init(Object *obj)
"bootindex");
}
static Property virtio_ccw_net_properties[] = {
static const Property virtio_ccw_net_properties[] = {
DEFINE_PROP_BIT("ioeventfd", VirtioCcwDevice, flags,
VIRTIO_CCW_FLAG_USE_IOEVENTFD_BIT, true),
DEFINE_PROP_UINT32("max_revision", VirtioCcwDevice, max_rev,