qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] arm/smmuv3: Fix missing VMSD terminator


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] arm/smmuv3: Fix missing VMSD terminator
Date: Mon, 30 Jul 2018 14:46:48 +0100

On 27 July 2018 at 14:54, Dr. David Alan Gilbert (git)
<address@hidden> wrote:
> From: "Dr. David Alan Gilbert" <address@hidden>
>
> The 'vmstate_smmuv3_queue' is missing the end-of-list marker.
>
> Fixes: 10a83cb9887
> Signed-off-by: Dr. David Alan Gilbert <address@hidden>
> ---
>  hw/arm/smmuv3.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/hw/arm/smmuv3.c b/hw/arm/smmuv3.c
> index 39fbcbf577..40a86c1895 100644
> --- a/hw/arm/smmuv3.c
> +++ b/hw/arm/smmuv3.c
> @@ -1414,6 +1414,8 @@ static const VMStateDescription vmstate_smmuv3_queue = {
>          VMSTATE_UINT32(prod, SMMUQueue),
>          VMSTATE_UINT32(cons, SMMUQueue),
>          VMSTATE_UINT8(log2size, SMMUQueue),
> +
> +        VMSTATE_END_OF_LIST(),
>      },
>  };

Thanks, applied to target-arm.next for 3.0. (I dropped the extra
blank line.)

-- PMM



reply via email to

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