From owner-freebsd-virtualization@FreeBSD.ORG Wed Oct 31 19:22:17 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 B983395D; Wed, 31 Oct 2012 19:22:17 +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 703718FC0C; Wed, 31 Oct 2012 19:22:17 +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 q9VJM3H9050053; Wed, 31 Oct 2012 12:22:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1351711325; bh=S3DWdDarrOUgHFI5lz3CAJ5k6zVF9VHlo29wziJMfNE=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=e0rSlAfJAa3JjY9xxf1WmSde0ypU4bBlkUIMLST7EjeCf9wOXbwvEhdRhjqkINqa7 4VVQ3MHg3Xj1eQWrg39VoMxDOvG4Xgi6zWVC5EDpMNSdCOguzkPQiNlBROUryamMW/ Es6OR3nxochoQGxBNAclO+a+d242rPvkuU8gawWk= Subject: Re: dev/virtio stuff From: Sean Bruno To: Bryan Venteicher In-Reply-To: <362508449.997.1351711029743.JavaMail.root@daemoninthecloset.org> References: <362508449.997.1351711029743.JavaMail.root@daemoninthecloset.org> Content-Type: text/plain; charset="UTF-8" Date: Wed, 31 Oct 2012 12:22:03 -0700 Message-ID: <1351711323.6034.3.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: 711324000 Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2012 19:22:17 -0000 > > > There are already virtio(4) man pages, but it looks like they > > > didn't > > > get MFC to 9. > > > > Want me to shovel them back? > > > > Sure. That would be great. > Groovy, I'll poke at it directly. > > > > Grabbed a verbose dmesg for you here: > > > > http://people.freebsd.org/~sbruno/viritio_dmesg.txt > > > > >> GEOM: new disk vtbd0 > > So it seems the VirtIO block device got created just fine. > > > Sean > > > > Yep, it looks like I have to explicitly *mount* the virtio device for it to get created in /dev though. Is that intended? Sean