From owner-svn-src-all@freebsd.org Fri Apr 28 16:23:24 2017 Return-Path: Delivered-To: svn-src-all@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 B19D9D54D01; Fri, 28 Apr 2017 16:23:24 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 351FB1F15; Fri, 28 Apr 2017 16:23:24 +0000 (UTC) (envelope-from bogorodskiy@gmail.com) Received: by mail-lf0-x22a.google.com with SMTP id 88so36718202lfr.0; Fri, 28 Apr 2017 09:23:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=okPsjWD7cRHV4iN0uozH90p6KzpOf01TQu/5c8YRFdk=; b=gfxuR/1qCkgcklMkcDJdEbeQLwDtFzshtou4av4eTti9geb3TURR9F0T45InkxsE15 0204Q+0VCZ8an/ifrxK1QntFmt80VJgGZrNYFEc1Jn9tWpLVi5LP/S6jceLlVXfetn1m gjF/sZjq25jsSv7tnwHHgNbLohwLfzulKbm3ImymyvcVl+lVkN8H2Yeiqn7hG1SKIh+C RF1WKXcZAEjL/f19Z2CV9v1EUfSk50EVsJvWG8D4VxQ/UNyvvj+uG/qvGJhCjCUUB0Sg MSeEDDDtsj7Y9vHKPye1kKfuXO+Ey3X1CHuhwHwDe4vJmfjXhyjLXy4lQoczHuAtTkku ao9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=okPsjWD7cRHV4iN0uozH90p6KzpOf01TQu/5c8YRFdk=; b=boUAITnIhMLzNT+tpGxR71aKswh8k5/nVgt55pNhRcbG1IBQGLClSShDhI5eLEz88O ExsdVsSLiK9gqPIJnpcbLO1ZyAaCigMziyJ5LnkHgyKjpmr1TXS35/v9vRtAgDvJTuZC e/69oEEqFcVLuG53P4+c1D05uq+Hn31NFHcQgPUulC/XnOWfVmi4wuVoQytcMW5Fq30Y uP0//ECw9XXNjupvDCaI/Tsinq3bnj7pTWCNIJ8pqkDzUS+4iJ9Gn1lXZq/UBdc911Uw 8hLCAt/BR6VXu7R5eveMZhRpIwLB63kcGrazkDWrVwnbO9Fe2cmv4I0bVhqyNvuj4d/j nR7Q== X-Gm-Message-State: AN3rC/7NGcv8+s+LWR0IXwocoY3xM96vHBVFKilM8NZeYuOk3+hl2Uoc Tthu+yOhbCouLelD X-Received: by 10.25.233.70 with SMTP id g67mr4210298lfh.131.1493396600676; Fri, 28 Apr 2017 09:23:20 -0700 (PDT) Received: from kloomba ([213.147.204.216]) by smtp.gmail.com with ESMTPSA id 25sm1134749lfu.52.2017.04.28.09.23.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 28 Apr 2017 09:23:20 -0700 (PDT) Date: Fri, 28 Apr 2017 20:23:16 +0400 From: Roman Bogorodskiy To: Gleb Smirnoff Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r317545 - head/usr.sbin/bhyve Message-ID: <20170428162314.GB5196@kloomba> References: <201704280543.v3S5hSBv079808@repo.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tsOsTdHNUZQcU9Ye" Content-Disposition: inline In-Reply-To: <201704280543.v3S5hSBv079808@repo.freebsd.org> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 28 Apr 2017 16:23:24 -0000 --tsOsTdHNUZQcU9Ye Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Gleb Smirnoff wrote: > Author: glebius > Date: Fri Apr 28 05:43:27 2017 > New Revision: 317545 > URL: https://svnweb.freebsd.org/changeset/base/317545 >=20 > Log: > Document raw framebuffer device and XHCI device configurations. Thanks for abandoning my work https://reviews.freebsd.org/D10014 (a link they I gave when you were talking about manpage stuff on #bhyve). You might want to pull some additional bits from that patch though. > Modified: > head/usr.sbin/bhyve/bhyve.8 >=20 > Modified: head/usr.sbin/bhyve/bhyve.8 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- 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=3D Ns Ar Oc Oo ,rfb=3D Ns Oo Ar IP: O= c Ns Ar port Oc Ns Oo ,w=3D Ns Ar w Oc Ns Oo ,h=3D Ns Ar h Oc > +.Bl -tag -width [vga=3Don|io|off] > +.It wait > +Wait for a VNC client connection before booting the virtual machine. > +The default is not to wait. > +.It vga=3D 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=3D 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=3D Ns Ar width > +Set framebuffer width to > +.Ar width . > +The default width is 1920. > +.It h=3D 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. > _______________________________________________ > svn-src-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" Roman Bogorodskiy --tsOsTdHNUZQcU9Ye Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJZA2xyAAoJEMltX/4IwiJqKu0IALv1apkVx2Yp9xzU4IcvY0tN qCxyQI1YW5cGszFanMf3UZKng043bz2ED4s0cN9oY2B7O7eVssCIifIjpVd9ySB7 WCCnkNJbg43AZ2302jf92jCXZkJDBsT2EPgrB1kt8wh/BeLl5fZq4vUMikxZGcfi DVPvmIyZHzaoCJDWmy+DEX4gjAzYexgyZYkq+8KE9V2xywzO8kysaXBk9aXS3sgz SrmroRxHGk/bXHqHpkMTJz76jULjCC3gF3zBX90hnr+ZuM1IyIYoTOvlaYQqiluT 7kQgQ2wVxSHznbCdh/JlnkZa25+EVXqQRzd0rNKTRabHeqPWzHqQunSITzoEDms= =oRAm -----END PGP SIGNATURE----- --tsOsTdHNUZQcU9Ye--