From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1A6mBy-0003tG-Ia for qemu-devel@nongnu.org; Tue, 07 Oct 2003 03:23:34 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A6mBQ-0003ee-1a for qemu-devel@nongnu.org; Tue, 07 Oct 2003 03:23:32 -0400 Received: from [213.86.99.235] (helo=pentafluge.infradead.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1A6mBP-0003da-Jo for qemu-devel@nongnu.org; Tue, 07 Oct 2003 03:22:59 -0400 Received: from amarseille-201-1-5-71.w217-128.abo.wanadoo.fr ([217.128.250.71] helo=6-allhosts) by pentafluge.infradead.org with asmtp (Exim 4.22 #5 (Red Hat Linux)) id 1A6mCE-0006Gi-EM for ; Tue, 07 Oct 2003 08:23:50 +0100 Subject: Re: [Qemu-devel] Mac OS X and QEMU "roadmap" From: Benjamin Herrenschmidt In-Reply-To: <3F81EC35.8040808@free.fr> References: <62042.67.168.46.137.1065438296.squirrel@mail.apvio.net> <3F81EC35.8040808@free.fr> Content-Type: text/plain Message-Id: <1065511332.30749.8.camel@gaston> Mime-Version: 1.0 Date: Tue, 07 Oct 2003 09:22:12 +0200 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > - Finish full soft MMU mode (almost there, it allows to launch unpatched > guest OSes and it eases QEMU portability on non Linux host OSes). > > - (maybe, because it is more complicated) add a physical TB cache, so > that QEMU does not flush translated code when the guest OS switches tasks. > > - add builtin user mode tests for ARM and SPARC targets (I need to > compile tests/linuxtest.c for those archs). > > - add test "reference" images for Linux, NetBSD and FreeDOS (if someone > wants to help on that topic...). HI Fabrice ! What's currently preventing "vl" (with our without softmmu) to work on a ppc host ? I have the x86 "vl" working within qemu but that's a bit nasty stacking 2 levels of emulation ;) Ben.