From owner-svn-src-head@freebsd.org Fri Apr 28 05:43:29 2017 Return-Path: Delivered-To: svn-src-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 410E3D549B3; Fri, 28 Apr 2017 05:43:29 +0000 (UTC) (envelope-from glebius@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 EEA201566; Fri, 28 Apr 2017 05:43:28 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3S5hSgi079809; Fri, 28 Apr 2017 05:43:28 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3S5hSBv079808; Fri, 28 Apr 2017 05:43:28 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201704280543.v3S5hSBv079808@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Fri, 28 Apr 2017 05:43:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317545 - head/usr.sbin/bhyve X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 28 Apr 2017 05:43:29 -0000 Author: glebius Date: Fri Apr 28 05:43:27 2017 New Revision: 317545 URL: https://svnweb.freebsd.org/changeset/base/317545 Log: Document raw framebuffer device and XHCI device configurations. Modified: head/usr.sbin/bhyve/bhyve.8 Modified: head/usr.sbin/bhyve/bhyve.8 ============================================================================== --- head/usr.sbin/bhyve/bhyve.8 Fri Apr 28 05:32:26 2017 (r317544) +++ head/usr.sbin/bhyve/bhyve.8 Fri Apr 28 05:43:27 2017 (r317545) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 27, 2017 +.Dd April 27, 2017 .Dt BHYVE 8 .Os .Sh NAME @@ -188,6 +188,10 @@ PCI 16550 serial device. .It Li lpc LPC PCI-ISA bridge with COM1 and COM2 16550 serial ports and a boot ROM. The LPC bridge emulation can only be configured on bus 0. +.It Li fbuf +Raw framebuffer device attached to VNC server. +.It Li xhci +XHCI USB controller. .El .It Op Ar conf This optional parameter describes the backend for device emulations. @@ -299,6 +303,40 @@ resize at present. Emergency write is advertised, but no-op at present. .El .El +.Pp +Raw framebuffer device: +.Pp +.Oo wait Oc Ns Oo ,vga= Ns Ar Oc Oo ,rfb= Ns Oo Ar IP: Oc Ns Ar port Oc Ns Oo ,w= Ns Ar w Oc Ns Oo ,h= Ns Ar h Oc +.Bl -tag -width [vga=on|io|off] +.It wait +Wait for a VNC client connection before booting the virtual machine. +The default is not to wait. +.It vga= Ns Ar on|io|off +Enable VGA emulation. +The default is +.Va io +mode: VGA is enabled, but only I/O ports are available, +no VGA memory is provided. +.It rfb= Ns Oo Ar IP: Oc Ns Ar port +Set the VNC server to listen at +.Va IP:port . +The default is to listen on localhost IPv4 address and default VNC port 5900. +Listening on a IPv6 address is not supported. +.It w= Ns Ar width +Set framebuffer width to +.Ar width . +The default width is 1920. +.It h= Ns Ar height +Set framebuffer height to +.Ar height . +The default height is 1080. +.El +.Pp +XHCI USB controller device: +.Bl -tag +.It Ar tablet +Emulate USB tablet mouse. +.El .El .It Fl S Wire guest memory.