]> Git Repo - qemu.git/commitdiff
clock-vmstate: Add missing END_OF_LIST
authorDr. David Alan Gilbert <[email protected]>
Tue, 11 Jan 2022 10:19:34 +0000 (10:19 +0000)
committerDr. David Alan Gilbert <[email protected]>
Wed, 2 Mar 2022 18:12:40 +0000 (18:12 +0000)
Add the missing VMSTATE_END_OF_LIST to vmstate_muldiv

Fixes: 99abcbc7600 ("clock: Provide builtin multiplier/divider")
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
Message-Id: <20220111101934[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Luc Michel <[email protected]>
Cc: [email protected]
Signed-off-by: Dr. David Alan Gilbert <[email protected]>
hw/core/clock-vmstate.c

index 9d9174ffbd71a8b99f8e9793f6b4acdd95c911ef..7eccb6d4eaa354cd782c3191a33344561e8248d6 100644 (file)
@@ -44,6 +44,7 @@ const VMStateDescription vmstate_muldiv = {
     .fields = (VMStateField[]) {
         VMSTATE_UINT32(multiplier, Clock),
         VMSTATE_UINT32(divider, Clock),
+        VMSTATE_END_OF_LIST()
     },
 };
 
This page took 0.025467 seconds and 4 git commands to generate.