Skip to content

Commit

Permalink
arm/smmuv3: Fix missing VMSD terminator
Browse files Browse the repository at this point in the history
The 'vmstate_smmuv3_queue' is missing the end-of-list marker.

Fixes: 10a83cb
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-id: 20180727135406.15132-1-dgilbert@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
[PMM: dropped stray blank line]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
dagrh authored and pm215 committed Jul 30, 2018
1 parent 6d9dd5f commit 758b71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/arm/smmuv3.c
Expand Up @@ -1414,6 +1414,7 @@ static const VMStateDescription vmstate_smmuv3_queue = {
VMSTATE_UINT32(prod, SMMUQueue),
VMSTATE_UINT32(cons, SMMUQueue),
VMSTATE_UINT8(log2size, SMMUQueue),
VMSTATE_END_OF_LIST(),
},
};

Expand Down

0 comments on commit 758b71f

Please sign in to comment.