qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 12/71] hw/9pfs: Constify all Property


From: Christian Schoenebeck
Subject: Re: [PATCH 12/71] hw/9pfs: Constify all Property
Date: Sat, 14 Dec 2024 11:02:14 +0100

On Friday, December 13, 2024 8:06:46 PM CET Richard Henderson wrote:
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---

Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>

>  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(),
> 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]