From owner-svn-src-all@FreeBSD.ORG Wed Nov 27 04:08:04 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D222CEBD; Wed, 27 Nov 2013 04:08:04 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5EBA5248D; Wed, 27 Nov 2013 04:08:03 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id rAR47haZ023302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 27 Nov 2013 08:07:43 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id rAR47hpj023301; Wed, 27 Nov 2013 08:07:43 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Wed, 27 Nov 2013 08:07:43 +0400 From: Gleb Smirnoff To: Peter Grehan Subject: Re: svn commit: r258668 - in head/usr.sbin: bhyve bhyveload Message-ID: <20131127040743.GS90895@FreeBSD.org> References: <201311270021.rAR0LcX4009601@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311270021.rAR0LcX4009601@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 04:08:04 -0000 On Wed, Nov 27, 2013 at 12:21:38AM +0000, Peter Grehan wrote: P> Author: grehan P> Date: Wed Nov 27 00:21:37 2013 P> New Revision: 258668 P> URL: http://svnweb.freebsd.org/changeset/base/258668 P> P> Log: P> Allow bhyve and bhyveload to attach to tty devices. P> P> bhyveload: introduce the -c parameter P> to select a tty for output (or "stdio") P> P> bhyve: allow the puc and lpc-com backends to P> accept a tty in addition to "stdio" P> P> When used in conjunction with the null-modem device, P> nmdm(4), this allows attach/detach to the guest console P> and multiple concurrent serial ports. kgdb on a serial P> port is now functional. P> P> Reviewed by: neel P> Requested by: Almost everyone that has used bhyve P> MFC after: 10.0 Wow! Thanks! Thanks! Thanks! Now I owe you multiple consumers for vmnet(4) :) -- Totus tuus, Glebius.