From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RscwZ-0003bv-W8 for qemu-devel@nongnu.org; Wed, 01 Feb 2012 11:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RscwV-0003hI-Jk for qemu-devel@nongnu.org; Wed, 01 Feb 2012 11:21:59 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:59372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RscwV-0003h4-F7 for qemu-devel@nongnu.org; Wed, 01 Feb 2012 11:21:55 -0500 Received: by pbaa11 with SMTP id a11so1556337pba.4 for ; Wed, 01 Feb 2012 08:21:54 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1327909117-4542-6-git-send-email-e.voevodin@samsung.com> References: <1327909117-4542-1-git-send-email-e.voevodin@samsung.com> <1327909117-4542-6-git-send-email-e.voevodin@samsung.com> Date: Wed, 1 Feb 2012 16:21:54 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v11 5/9] ARM: exynos4210: basic Power Management Unit implementation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Evgeny Voevodin Cc: kyungmin.park@samsung.com, m.kozlov@samsung.com, jehyung.lee@samsung.com, qemu-devel@nongnu.org, d.solodkiy@samsung.com On 30 January 2012 07:38, Evgeny Voevodin wrote: > From: Maksim Kozlov > > Patch adds basic model for Exynos4210 SoC PMU. > This model implements PMU registers just as a bulk of memory. Currently, > the only reason this device exists is that secondary CPU boot loader > uses PMU INFORM5 register as a holding pen. Your cover letter's changelog says - hw/exynos4210_pmu.c: we do not waste space for non-existing registers in PMU state anymore; non-existing registers are now RAZ/WI; ...wrong version of this patch, or is the cover letter wrong? -- PMM