From mboxrd@z Thu Jan 1 00:00:00 1970 From: Asias He Subject: Re: [ANNOUNCE] Native Linux KVM tool v2 Date: Thu, 16 Jun 2011 23:01:22 +0800 Message-ID: <4DFA1AC2.20605@gmail.com> References: <1308153214.7566.6.camel@jaguar> <20110616142859.GA18356@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Pekka Enberg , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Avi Kivity , Andrew Morton , Linus Torvalds , Ingo Molnar , Prasad Joshi , Sasha Levin , Cyrill Gorcunov To: "Michael S. Tsirkin" Return-path: In-Reply-To: <20110616142859.GA18356@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On 06/16/2011 10:28 PM, Michael S. Tsirkin wrote: > On Wed, Jun 15, 2011 at 06:53:34PM +0300, Pekka Enberg wrote: >> Hi all, >> >> We=E2=80=99re proud to announce the second version of the Native Lin= ux KVM tool! We=E2=80=99re >> 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 lockles= s driver >> interface and the individual drivers are using finegrained locks. >> >> - TAP-based virtio networking >=20 > Wanted to ask for a while: would it make sense to use vhost-net? > Or maybe use that exclusively? > Less hypervisor code to support would help the focus. >=20 Sure. We are planning to use vhost-net. Just out of time right now, we are currently working on simple user model network support which allows plain user to use network without root privilege. --=20 Best Regards, Asias He