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

2011-12-14 Thread Maksim E. Kozlov
+ +/* + * There are five CMUs: + * + * CMU_LEFTBUS + * CMU_RIGHTBUS + * CMU_TOP + * CMU_DMC + * CMU_CPU + * + * each of them uses 16KB address space for SFRs + * + * + 0x4000 because SFR region for CMUs starts at 0x1003, + * but the first CMU (CMU_LEFTBUS) starts with this offset + * +

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

2011-12-14 Thread Maksim E. Kozlov
+ +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 Exynos4210CmuC