From owner-freebsd-virtualization@FreeBSD.ORG Mon Oct 29 21:50:06 2012 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B241FF4B for ; Mon, 29 Oct 2012 21:50:06 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id 586048FC12 for ; Mon, 29 Oct 2012 21:50:06 +0000 (UTC) Received: from [127.0.0.1] (rideseveral.corp.yahoo.com [10.73.160.231]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q9TLngaK096923 for ; Mon, 29 Oct 2012 14:49:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1351547383; bh=WaeR5tMBkKfZuvW1EozNZUyicSnAeOyAsj9EzZ/O1DM=; h=Subject:From:Reply-To:To:Content-Type:Date:Message-ID: Mime-Version:Content-Transfer-Encoding; b=lkgj+0KZEmV04qFNdMqIVI1hag2qsPsIHGQO/JdrRYGHuKA2mbq6h6PVO81lqkrRu D6j4uXl72G6Cpm5i/9/x+U4pZyyuwXzOHXrKCT4DW08xdMqoIMH9CKe+nfBEzmh/v8 /5bfa6rFDBraSd/PZaQ3DdpIFwrf5yl0y/VNrJhs= Subject: dev/virtio stuff From: Sean Bruno To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset="UTF-8" Date: Mon, 29 Oct 2012 14:49:42 -0700 Message-ID: <1351547382.3063.21.camel@powernoodle.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 547383000 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: sbruno@freebsd.org List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2012 21:50:06 -0000 So ... I see we have virtio nowish. I've started my hackery to make some man(4) pages for this, but have some questions. Doing some raw QEMU things, I can't quite see how to get the virtio blk and net devices working. I've loaded the virtio drivers as modules. Is this not going to work in this case? I don't see the virtio versions of disk devices in /dev so I'm not sure what the problem here is. http://people.freebsd.org/~sbruno/virtio.txt Sean