From owner-freebsd-current@FreeBSD.ORG Tue Jan 4 13:57:24 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F7CB106566C; Tue, 4 Jan 2011 13:57:24 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id D8F6D8FC17; Tue, 4 Jan 2011 13:57:23 +0000 (UTC) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Pa7O5-000LNN-OI; Tue, 04 Jan 2011 13:57:21 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.72 (FreeBSD)) (envelope-from ) id 1Pa7O5-0008rH-NQ; Tue, 04 Jan 2011 13:57:21 +0000 Date: Tue, 04 Jan 2011 13:57:21 +0000 Message-Id: To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org, luke-lists@hybrid-logic.co.uk In-Reply-To: <1293726772.5853.1348.camel@pow> From: Pete French X-Mailman-Approved-At: Tue, 04 Jan 2011 13:58:51 +0000 Cc: Subject: Re: Virtio drivers for FreeBSD on KVM X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jan 2011 13:57:24 -0000 > With more cloud infrastructure providers using KVM than ever before, the > importance of having FreeBSD performant as a guest on these > infrastructures [1], [2], [3] is increasing. It seems that using Virtio > drivers give a pretty significant performance boost [4], [5]. > > There was a NetBSD driver, and there seems to (have been) some work > happening to port this to DragonFly BSD at [6] and [7] -- does anyone > know if this code is stable, or if it has stalled, or if anyone's > working on it? Are the virtio devices provided by Linux KVM the same as those provided by VirtualBox ? Certainly their website says that the networking one is. How about giving the drivers provided by /usr/ports/emulators/virtualbox-ose-additions a try and see if they will work with KVM ? -pete.