From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPSqW-0008Tr-TE for qemu-devel@nongnu.org; Sun, 03 Jun 2018 09:14:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPSqV-0002yC-Vx for qemu-devel@nongnu.org; Sun, 03 Jun 2018 09:14:56 -0400 Received: from mail-yw0-x22b.google.com ([2607:f8b0:4002:c05::22b]:38594) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fPSqV-0002y0-QN for qemu-devel@nongnu.org; Sun, 03 Jun 2018 09:14:55 -0400 Received: by mail-yw0-x22b.google.com with SMTP id w13-v6so3342148ywa.5 for ; Sun, 03 Jun 2018 06:14:55 -0700 (PDT) From: Liviu Ionescu In-Reply-To: References: MIME-Version: 1.0 Date: Sun, 3 Jun 2018 06:14:54 -0700 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] Cortex M0 emulation tasks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Julia Suvorova , Joel Stanley , Stefan Hajnoczi Cc: qemu-devel , Peter Maydell , =?UTF-8?Q?Steffen_G=C3=B6rtz?= , Jim Mussared On 2 June 2018 at 17:15:15, Stefan Hajnoczi (stefanha@gmail.com) wrote: > > I have put together a basic Cortex M0 ARMv6-M CPU that can serve > as > the basis for this work. Please see the RFC patches that I've sent > separately. you can also take a look at the Cortex-M implementation in the GNU MCU Eclipse QEMU. https://gnu-mcu-eclipse.github.io/qemu/ it is a bit old now; a refresh is planned, but no date is set yet. regards, Liviu