Date: Fri, 28 Apr 2017 20:23:16 +0400 From: Roman Bogorodskiy <bogorodskiy@gmail.com> To: Gleb Smirnoff <glebius@FreeBSD.org> 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> In-Reply-To: <201704280543.v3S5hSBv079808@repo.freebsd.org> References: <201704280543.v3S5hSBv079808@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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 <on|io|off> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170428162314.GB5196>