From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edLkF-0007hq-LX for qemu-devel@nongnu.org; Sun, 21 Jan 2018 14:57:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edLkC-00089Z-Kn for qemu-devel@nongnu.org; Sun, 21 Jan 2018 14:57:35 -0500 Received: from mail-io0-x242.google.com ([2607:f8b0:4001:c06::242]:42648) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1edLkC-00088u-Ed for qemu-devel@nongnu.org; Sun, 21 Jan 2018 14:57:32 -0500 Received: by mail-io0-x242.google.com with SMTP id 25so7333650ioj.9 for ; Sun, 21 Jan 2018 11:57:31 -0800 (PST) References: <20180118193846.24953-1-laurent@vivier.eu> <20180118193846.24953-3-laurent@vivier.eu> From: Rob Landley Message-ID: Date: Sun, 21 Jan 2018 13:57:07 -0600 MIME-Version: 1.0 In-Reply-To: <20180118193846.24953-3-laurent@vivier.eu> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 2/7] target/m68k: add MC68040 MMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-devel@nongnu.org Cc: Thomas Huth , Richard Henderson , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= On 01/18/2018 01:38 PM, Laurent Vivier wrote: > Only add MC68040 MMU page table processing and related > registers (Special Status Word, Translation Control Register, > User Root Pointer and Supervisor Root Pointer). > > Transparent Translation Registers, DFC/SFC and pflush/ptest > will be added later. I built qemu from thursday's git and qemu-system-m68k -M ? doesn't have an obvious board emulation I can aim a linux kernel at. Is there a qemu tree I should test, or...? (I want to help out and test this stuff, but don't have context...) Rob P.S. My current project for banging on this is https://github.com/landley/mkroot