diff --git a/hw/misc/macio/pmu.c b/hw/misc/macio/pmu.c
index 4ad4f50e08c3..eb39c64694aa 100644
--- a/hw/misc/macio/pmu.c
+++ b/hw/misc/macio/pmu.c
@@ -718,6 +718,7 @@ static const VMStateDescription vmstate_pmu = {
},
.subsections = (const VMStateDescription * []) {
&vmstate_pmu_adb,
+ NULL
}
};
This fix is so obvious that I guess you could carry it through the
trivial tree IMHO.
I don't have anything queued for ppc yet but anyhow I can send a PR
at the end of the week if trivial doesn't.
Thanks,
C.