From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1bHx-0001bN-3E for qemu-devel@nongnu.org; Wed, 16 Feb 2005 21:21:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1bHq-0001X7-S3 for qemu-devel@nongnu.org; Wed, 16 Feb 2005 21:21:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1bHq-0001Wh-Q2 for qemu-devel@nongnu.org; Wed, 16 Feb 2005 21:21:02 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D1b4P-0005zO-Nv for qemu-devel@nongnu.org; Wed, 16 Feb 2005 21:07:09 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D1b1f-0005qo-PA for qemu-devel@nongnu.org; Thu, 17 Feb 2005 03:04:19 +0100 Received: from s0106000f66a57c25.cg.shawcable.net ([68.145.130.4]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Feb 2005 03:04:19 +0100 Received: from matt by s0106000f66a57c25.cg.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Feb 2005 03:04:19 +0100 From: Matthew Mastracci Date: Wed, 16 Feb 2005 19:10:38 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: news Subject: [Qemu-devel] kqemu benchmarks versus VMWare 5.0 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 I ran QEMU+kqemu against VMWare 5.0 using the SiSoft Sandra benchmark and got some surprising numbers. I don't know if the VMWare 5.0 beta's debugging is getting in the way of its emulation numbers, but it seems like QEMU is ahead of the pack here in terms of raw instruction throughput (higher is better): VMWare: Integer: 13725 it/s Floating Point: 14580 it/s QEMU+kqemu: Integer: 14991 it/s Floating Point: 15949 it/s Note that VMWare feels much smoother - most likely due to its more advanced video and mouse drivers. Congrats! Matt.