From owner-freebsd-stable@FreeBSD.ORG Tue Nov 27 19:25:57 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5B0A8405 for ; Tue, 27 Nov 2012 19:25:57 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 128D68FC1B for ; Tue, 27 Nov 2012 19:25:56 +0000 (UTC) Received: by mail-qc0-f182.google.com with SMTP id k19so11579347qcs.13 for ; Tue, 27 Nov 2012 11:25:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Y7oXd8XupB7zFY3nOlmPEXXeYH+4ToIHX0fu5KOYEIs=; b=kKpqiHKEMkR4lAWIvgxEt9KcWQKIMoAPESCSdDZ1pTIArHwxmt2ZmGUCGpeBjKGoBe dlwDBRhQyJ8dF4gPwe6GDKAPwVs9whoaMnLLfLIsqJE+W9tv1JiXMkNT7yVXnKdn2iNB FG0stS7Ay2/CZtHZhL/rnGBm98UJAzB/JfJXu9T1FTIDbQQ4s1aN/MwH4StaPK07QATG a/rj1P2h0hXCip60W4qEGkzKM0XGSb8TpZVYbqbdm1L0h78E/kBZ1tjzwI90TDy7EBRe q50HonXTuvlcy2g8fsYduGkcMVRzUlh5IHVCT0Y3770ert6X/S4AjPgMZWViMHu8rBDX 2Gww== MIME-Version: 1.0 Received: by 10.49.71.163 with SMTP id w3mr9605229qeu.22.1354044356179; Tue, 27 Nov 2012 11:25:56 -0800 (PST) Received: by 10.229.78.96 with HTTP; Tue, 27 Nov 2012 11:25:56 -0800 (PST) In-Reply-To: <50B5029D.90908@rewt.org.uk> References: <50B5029D.90908@rewt.org.uk> Date: Tue, 27 Nov 2012 22:25:56 +0300 Message-ID: Subject: Re: virtio for 9.1-R From: Sergey Kandaurov To: Joe Holden Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Nov 2012 19:25:57 -0000 On 27 November 2012 22:12, Joe Holden wrote: > Hi guys, > > I can't see virtio in releng/9.1, is there any particular reason why it > isn't going to be included given that it works reasonable well (and is > optional anyway, so not likely to be detrimental)? virtio appeared in stable/9 a bit after 9.1 cut off, and it is too late now regardless of virtio shape. Anyway you can installed it from ports. -- wbr, pluknet