[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 20/71] hw/9pfs: Constify VMState
|
From: |
Christian Schoenebeck |
|
Subject: |
Re: [PATCH 20/71] hw/9pfs: Constify VMState |
|
Date: |
Mon, 06 Nov 2023 12:44:07 +0100 |
On Monday, November 6, 2023 7:57:36 AM CET Richard Henderson wrote:
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
Acked-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 5f522e68e9..efa41cfd73 100644
> --- a/hw/9pfs/virtio-9p-device.c
> +++ b/hw/9pfs/virtio-9p-device.c
> @@ -237,7 +237,7 @@ static const VMStateDescription vmstate_virtio_9p = {
> .name = "virtio-9p",
> .minimum_version_id = 1,
> .version_id = 1,
> - .fields = (VMStateField[]) {
> + .fields = (const VMStateField[]) {
> VMSTATE_VIRTIO_DEVICE,
> VMSTATE_END_OF_LIST()
> },
>
- Re: [PATCH 15/71] target/riscv: Constify VMState in machine.c, (continued)
- [PATCH 25/71] hw/char: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 33/71] hw/input: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 24/71] hw/block: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 23/71] hw/audio: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 29/71] hw/hyperv: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 32/71] hw/ide: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 34/71] hw/intc: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 20/71] hw/9pfs: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 26/71] hw/display: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 30/71] hw/i2c: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 31/71] hw/i386: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 39/71] hw/m68k: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 35/71] hw/ipack: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 37/71] hw/isa: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 22/71] hw/adc: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 27/71] hw/dma: Constify VMState, Richard Henderson, 2023/11/06