From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEiv8-0003jQ-5b for qemu-devel@nongnu.org; Fri, 23 Jan 2015 13:25:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEiv5-0002Ra-0K for qemu-devel@nongnu.org; Fri, 23 Jan 2015 13:25:26 -0500 Received: from mail-la0-f52.google.com ([209.85.215.52]:37483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEiv4-0002RS-P9 for qemu-devel@nongnu.org; Fri, 23 Jan 2015 13:25:22 -0500 Received: by mail-la0-f52.google.com with SMTP id ge10so4630747lab.11 for ; Fri, 23 Jan 2015 10:25:22 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Fri, 23 Jan 2015 18:25:01 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v9 0/7] Netduino 2 Machine Model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alistair Francis Cc: Martin Galvan , Peter Crosthwaite , QEMU Developers , Konstanty Bialkowski On 7 January 2015 at 21:21, Alistair Francis wrote: > This patch series adds the Netduino 2 Machine to QEMU > > Information on the board is avalible at: > http://www.netduino.com/netduino2/specs.htm > > The git tree can be found at: > https://github.com/alistair23/qemu/tree/netduino2.9 > > This patch series makes some changes to the armv7m_init function > that allows the code to be reused with the Netduino 2 and the > Stellaris machines. > > Some example code that runs on QEMU is avaliable at: > at: https://github.com/alistair23/CSSE3010-QEMU-Examples > > There are more devices in the works, I figured I would just start > with these three Just a note that I'm again assuming Peter C will be reviewing the remaining patches in this series. Peter: let me know if you won't have time for that and I should put them on my todo list... thanks -- PMM