qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] macio/pmu: Fix missing vmsd terminator
@ 2018-07-27 12:31 Dr. David Alan Gilbert (git)
  2018-07-27 12:38 ` Mark Cave-Ayland
  2018-07-27 12:51 ` Laurent Vivier
  0 siblings, 2 replies; 9+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2018-07-27 12:31 UTC (permalink / raw)
  To: qemu-devel, mark.cave-ayland, agraf, lvivier

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Fix missing terminator in VMStateDescription

Fixes: d811d61fbc6ca5f2be2185fd7cfa916e7ba613ce
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
 hw/misc/macio/pmu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/misc/macio/pmu.c b/hw/misc/macio/pmu.c
index e246b0fd41..27dfaf8a74 100644
--- a/hw/misc/macio/pmu.c
+++ b/hw/misc/macio/pmu.c
@@ -686,6 +686,7 @@ static const VMStateDescription vmstate_pmu_adb = {
         VMSTATE_TIMER_PTR(adb_poll_timer, PMUState),
         VMSTATE_UINT8(adb_reply_size, PMUState),
         VMSTATE_BUFFER(adb_reply, PMUState),
+        VMSTATE_END_OF_LIST()
     }
 };
 
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-10-17 20:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-27 12:31 [Qemu-devel] [PATCH] macio/pmu: Fix missing vmsd terminator Dr. David Alan Gilbert (git)
2018-07-27 12:38 ` Mark Cave-Ayland
2018-07-27 13:44   ` Dr. David Alan Gilbert
2018-07-27 15:10     ` Mark Cave-Ayland
2018-07-27 15:14       ` Dr. David Alan Gilbert
2018-10-16 11:30         ` Dr. David Alan Gilbert
2018-10-17  0:34           ` David Gibson
2018-10-17 20:58             ` Mark Cave-Ayland
2018-07-27 12:51 ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).