From owner-svn-doc-head@freebsd.org Fri Jun 23 12:33:08 2017 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A352DA3CFB; Fri, 23 Jun 2017 12:33:08 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7104E83C34; Fri, 23 Jun 2017 12:33:08 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5NCX7w7010903; Fri, 23 Jun 2017 12:33:07 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5NCX7kc010902; Fri, 23 Jun 2017 12:33:07 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201706231233.v5NCX7kc010902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Fri, 23 Jun 2017 12:33:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50396 - 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.23 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: Fri, 23 Jun 2017 12:33:08 -0000 Author: bhd Date: Fri Jun 23 12:33:07 2017 New Revision: 50396 URL: https://svnweb.freebsd.org/changeset/doc/50396 Log: - domU -> DomU - use instead of for errors - fix commands in example - format assignments consistently Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D11267 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 Fri Jun 23 00:02:02 2017 (r50395) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Fri Jun 23 12:33:07 2017 (r50396) @@ -1449,7 +1449,7 @@ ifconfig_bridge0="addm igb0 for the Dom0 integration. An entry to /etc/sysctl.conf disables the limit on how many pages of memory are allowed to be wired. Otherwise, - domU VMs with higher memory requirements will not run. + DomU VMs with higher memory requirements will not run. &prompt.root; sysrc -f /etc/sysctl.conf vm.max_wired=-1 @@ -1457,8 +1457,8 @@ ifconfig_bridge0="addm igb0 /etc/login.conf, setting the memorylocked option to unlimited. Otherwise, creating DomU - domains may fail with Cannot allocate - memory errors. After making the change to + domains may fail with Cannot allocate + memory errors. After making the change to /etc/login.conf, run cap_mkdb to update the capability database. See for @@ -1483,8 +1483,8 @@ ifconfig_bridge0="addm igb0 defined. &prompt.root; sysrc -f /boot/loader.conf hw.pci.mcfg=0 -&prompt.root; xen_kernel="/boot/xen" -&prompt.root; xen_cmdline="dom0_mem=8192M dom0_max_vcpus=4 dom0pvh=1 console=com1,vga com1=115200,8n1 guest_loglvl=all loglvl=all" +&prompt.root; sysrc -f /boot/loader.conf xen_kernel="/boot/xen" +&prompt.root; sysrc -f /boot/loader.conf xen_cmdline="dom0_mem=8192M dom0_max_vcpus=4 dom0pvh=1 console=com1,vga com1=115200,8n1 guest_loglvl=all loglvl=all" Log files that &xen; creates for the Dom0 and DomU VMs are stored in /var/log/xen. This @@ -1537,7 +1537,7 @@ Domain-0 0 8192 that were defined in /boot/loader.conf earlier. More information can be found in the &xen; - Documentation. NDomU guest VMs can now be + Documentation. DomU guest VMs can now be created. @@ -1579,8 +1579,8 @@ disk = [ ] vnc = 1 vnclisten = "0.0.0.0" -serial="pty" -usbdevice="tablet" +serial = "pty" +usbdevice = "tablet" These lines are explained in more detail: