From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54446 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pwd8M-0002OS-Ia for qemu-devel@nongnu.org; Mon, 07 Mar 2011 11:18:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pwd8G-0005Fu-0s for qemu-devel@nongnu.org; Mon, 07 Mar 2011 11:18:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pwd8F-0005FY-Od for qemu-devel@nongnu.org; Mon, 07 Mar 2011 11:18:03 -0500 From: Juan Quintela In-Reply-To: <1299496232-14625-2-git-send-email-peter.maydell@linaro.org> (Peter Maydell's message of "Mon, 7 Mar 2011 11:10:31 +0000") References: <1299496232-14625-1-git-send-email-peter.maydell@linaro.org> <1299496232-14625-2-git-send-email-peter.maydell@linaro.org> Date: Mon, 07 Mar 2011 17:16:24 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Qemu-devel] Re: [PATCH v3 1/2] hw/arm_sysctl.c: Add the Versatile Express system registers Reply-To: quintela@redhat.com List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: patches@linaro.org, qemu-devel@nongnu.org, Amit Mahajan , Dawid =?utf-8?Q?Ci=C4=99=C5=BCarkiewicz?= , Bahadir Balban , Paolo Bonzini Peter Maydell wrote: > Add support for the Versatile Express SYS_CFG registers, which provide > a generic means of reading or writing configuration information from > various parts of the board. We only implement shutdown and reset. > > Also make the RESETCTL register RAZ/WI on Versatile Express rather > than reset the board. Other system registers are generally the same > as Versatile and Realview. > > This includes a VMState version number bump for arm_sysctl, > since we have new register state to preserve. It also adds > sys_mci to the VMState while we're bumping the version number > (an accidental omission from commit b50ff6f5). vmstate change ok with me. Later, Juan.