+
+static const VMStateDescription vmstate_exynos4210_cmu = {
+        .name = "exynos4210.cmu",
+        .version_id = 1,
+        .minimum_version_id = 1,
+        .minimum_version_id_old = 1,
+        .fields = (VMStateField[]) {
+        /*
+         * TODO: Maybe we should save Exynos4210CmuClockState structs as well
+         */

If there's anything in them that can change at runtime (as opposed
to being statically determined at board init time) then yes, it needs
to be saved/restored.


Should we save globally defined static structures , some fields of which can be changed at runtime? If yes, could you recommend a right way to do that?


Reply via email to