From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtFkY-0004mk-19 for qemu-devel@nongnu.org; Mon, 02 Nov 2015 09:06:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZtFkX-0004Rc-6I for qemu-devel@nongnu.org; Mon, 02 Nov 2015 09:06:17 -0500 Received: from mail-vk0-x234.google.com ([2607:f8b0:400c:c05::234]:35189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZtFkW-0004RY-Ph for qemu-devel@nongnu.org; Mon, 02 Nov 2015 09:06:16 -0500 Received: by vkfw189 with SMTP id w189so85417683vkf.2 for ; Mon, 02 Nov 2015 06:06:16 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Mon, 2 Nov 2015 14:05:57 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v4 0/3] armv7-m: exit on external reset request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Davidsaver Cc: Alistair Francis , Peter Crosthwaite , QEMU Developers On 31 October 2015 at 15:05, Michael Davidsaver wrote: > Resending patch set. The only change from v3 is to the message of #3. > > Changes armv7-m to implement the SYSRESETREQ register as GPIO. > This necessitates some refactoring of armv7m_init() and > the board code which calls it to allow the additional named > GPIO to be used in board code. > The Stellaris board installs a handler which calls > qemu_system_reset_request(). Thanks for the resend; in fact I'd already applied your v3 to target-arm.next (with the change to the 3/3 commit message). thanks -- PMM