[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 48/71] hw/riscv: Constify VMState
|
From: |
Alistair Francis |
|
Subject: |
Re: [PATCH 48/71] hw/riscv: Constify VMState |
|
Date: |
Mon, 6 Nov 2023 19:26:06 +1000 |
On Mon, Nov 6, 2023 at 5:14 PM Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Alistair Francis <alistair.francis@wdc.com>
Alistair
> ---
> hw/riscv/virt-acpi-build.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/riscv/virt-acpi-build.c b/hw/riscv/virt-acpi-build.c
> index 7331248f59..d3bfaf502e 100644
> --- a/hw/riscv/virt-acpi-build.c
> +++ b/hw/riscv/virt-acpi-build.c
> @@ -374,7 +374,7 @@ static const VMStateDescription vmstate_virt_acpi_build =
> {
> .name = "virt_acpi_build",
> .version_id = 1,
> .minimum_version_id = 1,
> - .fields = (VMStateField[]) {
> + .fields = (const VMStateField[]) {
> VMSTATE_BOOL(patched, AcpiBuildState),
> VMSTATE_END_OF_LIST()
> },
> --
> 2.34.1
>
>
- [PATCH 53/71] hw/sensor: Constify VMState, (continued)
- [PATCH 53/71] hw/sensor: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 55/71] hw/ssi: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 51/71] hw/scsi: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 46/71] hw/pci-host: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 43/71] hw/openrisc: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 42/71] hw/nvram: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 48/71] hw/riscv: Constify VMState, Richard Henderson, 2023/11/06
- Re: [PATCH 48/71] hw/riscv: Constify VMState,
Alistair Francis <=
- [PATCH 52/71] hw/sd: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 57/71] hw/tpm: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 59/71] hw/vfio: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 49/71] hw/rtc: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 60/71] hw/virtio: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 64/71] backends: Constify VMState, Richard Henderson, 2023/11/06
- [PATCH 66/71] migration: Constify VMState, Richard Henderson, 2023/11/06