From owner-svn-doc-head@FreeBSD.ORG Sat Sep 6 19:50:12 2014 Return-Path: Delivered-To: svn-doc-head@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 E16841D6; Sat, 6 Sep 2014 19:50:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B25D91DDB; Sat, 6 Sep 2014 19:50:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s86JoCQL085508; Sat, 6 Sep 2014 19:50:12 GMT (envelope-from allanjude@FreeBSD.org) Received: (from allanjude@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s86JoCIq085507; Sat, 6 Sep 2014 19:50:12 GMT (envelope-from allanjude@FreeBSD.org) Message-Id: <201409061950.s86JoCIq085507@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: allanjude set sender to allanjude@FreeBSD.org using -f From: Allan Jude Date: Sat, 6 Sep 2014 19:50:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45557 - head/en_US.ISO8859-1/books/handbook/virtualization X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2014 19:50:13 -0000 Author: allanjude Date: Sat Sep 6 19:50:12 2014 New Revision: 45557 URL: http://svnweb.freebsd.org/changeset/doc/45557 Log: Improve bhyve chapter based on feedback from grehan@ Improve documentation about /etc/ttys and mention that it is included by default in 9.3 and 10.1 Approved by: bcr Sponsored by: ScaleEngine Inc. CR: https://reviews.freebsd.org/D429 Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Sat Sep 6 19:46:57 2014 (r45556) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Sat Sep 6 19:50:12 2014 (r45557) @@ -1314,10 +1314,7 @@ perm pass* 0660 console. As a legacy-free hypervisor, it relies on the virtualization offload features of newer CPUs, instead of translating instructions and - manually managing memory mappings. It also avoids emulating - compatible hardware for the guest and instead relies on - para-virtualization drivers. In &os;, these are provided by the - &man.virtio.4; driver. + manually managing memory mappings. Due to the design of bhyve, it requires a computer with a newer processor that supports &intel; @@ -1402,9 +1399,13 @@ FreeBSD-10.0-RELEASE-amd64-bootonly.iso installation, choose Yes. A small change needs to be made to make the system start with a serial console. Edit /etc/ttys and replace the - existing console line with: + existing ttyu0 line with: - console "/usr/libexec/getty std.9600" xterm on secure + ttyu0 "/usr/libexec/getty 3wire" xterm on secure + + Beginning with &os; 9.3-RELEASE and + 10.1-RELEASE the console is configured + automatically. Reboot the virtual machine. While rebooting the virtual machine causes bhyve to exit, the