From owner-svn-src-head@FreeBSD.ORG Fri Dec 30 20:18:02 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48EB3106564A; Fri, 30 Dec 2011 20:18:02 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id E9D708FC18; Fri, 30 Dec 2011 20:18:01 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Rgitu-0003S8-J1; Sat, 31 Dec 2011 00:18:02 +0400 Date: Sat, 31 Dec 2011 00:18:02 +0400 From: Slawa Olhovchenkov To: Peter Grehan Message-ID: <20111230201802.GA18564@zxy.spb.ru> References: <201111180543.pAI5hh0I053042@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201111180543.pAI5hh0I053042@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r227652 - in head: share/man/man4 sys/dev/virtio sys/dev/virtio/balloon sys/dev/virtio/block sys/dev/virtio/network sys/dev/virtio/pci sys/modules sys/modules/virtio sys/modules/virtio/... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Dec 2011 20:18:02 -0000 On Fri, Nov 18, 2011 at 05:43:43AM +0000, Peter Grehan wrote: > Author: grehan > Date: Fri Nov 18 05:43:43 2011 > New Revision: 227652 > URL: http://svn.freebsd.org/changeset/base/227652 > > Log: > Import virtio base, PCI front-end, and net/block/balloon drivers. > Tested on Qemu/KVM, VirtualBox, and BHyVe. > > Currently built as modules-only on i386/amd64. Man pages not yet hooked > up, pending review. > > Submitted by: Bryan Venteicher bryanv at daemoninthecloset dot org > Reviewed by: bz > MFC after: 4 weeks or so MFC ready?