From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56361 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoLnY-0008HX-4x for qemu-devel@nongnu.org; Wed, 25 Aug 2010 15:38:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoLnW-0001Lv-SZ for qemu-devel@nongnu.org; Wed, 25 Aug 2010 15:38:11 -0400 Received: from lo.gmane.org ([80.91.229.12]:52213) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoLnW-0001LX-Mk for qemu-devel@nongnu.org; Wed, 25 Aug 2010 15:38:10 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OoLnT-0006Ka-JQ for qemu-devel@nongnu.org; Wed, 25 Aug 2010 21:38:07 +0200 Received: from adsl-69-234-189-191.dsl.irvnca.pacbell.net ([69.234.189.191]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Aug 2010 21:38:07 +0200 Received: from w41ter by adsl-69-234-189-191.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Aug 2010 21:38:07 +0200 From: walt Date: Wed, 25 Aug 2010 12:37:51 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu-kvm faster that qemu? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi qemu team, I just discovered that qemu now offers kvm support, so I decided to compare it to qemu-kvm. I'm running the latest git versions of both programs on an AMD64 host running the latest kernel from Linus.git. The guest is Windows 7 on a qcow2 disk image and one kvm64 cpu. Using the same qcow2 image for both qemu and qemu-kvm, I find that qemu-kvm boots to the Win7 login prompt in 25 seconds, but qemu with kvm enabled takes about 45 seconds. Is this an expected outcome, or must I be doing something wrong with qemu? BTW, I tried reverting the qcow2 patch being discussed in another thread but it made no difference. Perhaps there's not much writing to disk during bootup? Thanks!