From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [ANNOUNCE] Native Linux KVM tool v2 Date: Wed, 15 Jun 2011 16:41:50 -0500 Message-ID: <4DF9271E.2060701@codemonkey.ws> References: <1308153214.7566.6.camel@jaguar> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Avi Kivity , Andrew Morton , Linus Torvalds , Ingo Molnar , Prasad Joshi , Sasha Levin , Cyrill Gorcunov , Asias He To: Pekka Enberg Return-path: Received: from mail-pz0-f51.google.com ([209.85.210.51]:44083 "EHLO mail-pz0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339Ab1FOVto (ORCPT ); Wed, 15 Jun 2011 17:49:44 -0400 In-Reply-To: <1308153214.7566.6.camel@jaguar> Sender: kvm-owner@vger.kernel.org List-ID: On 06/15/2011 10:53 AM, Pekka Enberg wrote: > Hi all, > > We=92re proud to announce the second version of the Native Linux KVM = tool! We=92re > now officially aiming for merging to mainline in 3.1. > > Highlights: > > - Experimental GUI support using SDL and VNC > > - SMP support. tools/kvm/ now has a highly scalable, largely lockless= driver > interface and the individual drivers are using finegrained locks. > > - TAP-based virtio networking > > - Fast QCOW2 image read-write support beating Qemu in fio benchmarks.= See the > following URL for test result details: https://gist.github.com/102= 6888 What was the commit hash for the QEMU you tested? The following caused a major regression in qcow2: commit a16c53b101a9897b0b2be96a1bb3bde7c04380f2 Author: Anthony Liguori Date: Mon Jun 6 08:25:06 2011 -0500 Fix regression introduced by -machine accel=3D Commit 85097db6 changed the timing when kvm_allowed is set until a= fter kvm is initialized. During initialization, the ioeventfd=20 initialization cod checks kvm_enabled() and after this change, ioeventfd is=20 effectively disable If it's not in your tree, it would be useful to rerun the test with the= =20 latest git. Regards, Anthony Liguori