From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19VJ0y-0002hq-A9 for qemu-devel@nongnu.org; Wed, 25 Jun 2003 18:45:20 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19VImS-0007rn-Nd for qemu-devel@nongnu.org; Wed, 25 Jun 2003 18:30:22 -0400 Received: from smtp7.wanadoo.fr ([193.252.22.29] helo=mwinf0203.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.20) id 19VIel-0006Ao-1W for qemu-devel@nongnu.org; Wed, 25 Jun 2003 18:22:23 -0400 Received: from free.fr (unknown [80.11.167.70]) by mwinf0203.wanadoo.fr (SMTP Server) with ESMTP id 1D42710001DD for ; Thu, 26 Jun 2003 00:22:22 +0200 (CEST) Message-ID: <3EFA207C.8010201@free.fr> Date: Thu, 26 Jun 2003 00:21:48 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU 0.4 release References: <3EF9D2A9.7050304@free.fr> <20030625181731.GH821@suse.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: qemu-devel@nongnu.org Jens Axboe wrote: > On Wed, Jun 25 2003, Fabrice Bellard wrote: > >>Hi, >> >>The QEMU x86 CPU emulator version 0.4 is available at >>http://bellard.org/qemu. QEMU can now launch an unpatched(*) Linux >>kernel and give correct execution performances by using dynamic >>compilation. >> >>QEMU requires no host kernel patches and no special priviledge in order >>to run a Linux kernel. QEMU simulates a serial console and a NE2000 >>network adapter. X11 applications such as xterm have been launched. >> >>QEMU can be used for example for faster kernel testing/debuging and >>virtual hosting. > > > Wow, this is very very cool! Has the hosting been testing on anything > else than x86? [I made a private reply but it may interest other people!] Currently vl only supports x86 as host, but nothing would prevent it from supporting other hosts provided the host page size is 4 KB. Some small patches are needed for precise timer support (rdtsc) and to fix endianness issues in the kernel parameters. Fabrice.