From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BhdnQ-0005qO-C7 for qemu-devel@nongnu.org; Mon, 05 Jul 2004 20:26:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BhdnP-0005pQ-Bf for qemu-devel@nongnu.org; Mon, 05 Jul 2004 20:26:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhdnP-0005pH-5f for qemu-devel@nongnu.org; Mon, 05 Jul 2004 20:26:51 -0400 Received: from [203.63.55.34] (helo=wallace.eclinic.com.au) by monty-python.gnu.org with smtp (Exim 4.34) id 1Bhdkt-0006Sl-VG for qemu-devel@nongnu.org; Mon, 05 Jul 2004 20:24:16 -0400 Subject: Re: [Qemu-devel] Inquiry, speed comparison on OS X, QEMU vs Virtual PC From: Leigh Dyer In-Reply-To: <146ABDE7-CED2-11D8-AE08-000A95A0844E@yahoo.com> References: <00714252-CC7B-11D8-988D-000A2796D230@free.fr> <1088990553.30419.5.camel@shawn.local> <146ABDE7-CED2-11D8-AE08-000A95A0844E@yahoo.com> Content-Type: text/plain Message-Id: <1089073424.951.8.camel@shawn.local> Mime-Version: 1.0 Date: Tue, 06 Jul 2004 10:23:45 +1000 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Mon, 2004-07-05 at 15:24 -0700, Daniel J.Guinan wrote: > I'm curious, how does the speed compare to Virtual PC? > Not terribly well yet - on my 1Ghz Tibook, it feels about the same speed as on my 800Mhz PIII desktop PC at work, which is to say that the emulated system seems somewhere around high-end-468/low-end-Pentium speed. However, it's important to remember that Virtual PC: * has been around for ages, and has seen lots of development and optimisation * uses a hand-written and heavily optimised x86->PPC translator * uses special PPC features like Altivec and little-endian mode to speed things up * uses the host system's MMU to accelerate memory access Qemu's still fast enough to be usable for a great many things though, so if you're debating whether or not to try it, by all means download it and give it a go. Thanks Leigh