qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 02/14] ARM: exynos4210: CMU support


From: Maksim E. Kozlov
Subject: Re: [Qemu-devel] [PATCH v3 02/14] ARM: exynos4210: CMU support
Date: Wed, 14 Dec 2011 15:10:21 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10

+
+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

[Prev in Thread] Current Thread [Next in Thread]