mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 05:51:53 -06:00
macio/pmu: Fix missing vmsd terminator
Fix missing terminator in VMStateDescription
Fixes: d811d61fbc
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
4fc4c6a53d
commit
0c2adc1753
1 changed files with 1 additions and 0 deletions
|
@ -686,6 +686,7 @@ static const VMStateDescription vmstate_pmu_adb = {
|
||||||
VMSTATE_TIMER_PTR(adb_poll_timer, PMUState),
|
VMSTATE_TIMER_PTR(adb_poll_timer, PMUState),
|
||||||
VMSTATE_UINT8(adb_reply_size, PMUState),
|
VMSTATE_UINT8(adb_reply_size, PMUState),
|
||||||
VMSTATE_BUFFER(adb_reply, PMUState),
|
VMSTATE_BUFFER(adb_reply, PMUState),
|
||||||
|
VMSTATE_END_OF_LIST()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue