Date: Thu, 24 Nov 2016 14:38:53 +0200 From: Andriy Gapon <avg@FreeBSD.org> To: Jakub Wojciech Klama <jceel@FreeBSD.org>, src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r305898 - head/usr.sbin/bhyve Message-ID: <32cdc6d3-cec6-8d66-e549-b1463a43f136@FreeBSD.org> In-Reply-To: <201609171348.u8HDm1Yn093022@repo.freebsd.org> References: <201609171348.u8HDm1Yn093022@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 17/09/2016 16:48, Jakub Wojciech Klama wrote: > Author: jceel > Date: Sat Sep 17 13:48:01 2016 > New Revision: 305898 > URL: https://svnweb.freebsd.org/changeset/base/305898 > > Log: > Add virtio-console support to bhyve. Please update bhyve.8 with this device and its options. An example would be great. Thank you! > Adds virtio-console device support to bhyve, allowing to create > bidirectional character streams between host and guest. > > Syntax: > -s <slotnum>,virtio-console,port1=/path/to/port1.sock,anotherport=... > > Maximum of 16 ports per device can be created. Every port is named > and corresponds to an Unix domain socket created by bhyve. bhyve > accepts at most one connection per port at a time. > > Limitations: > - due to lack of destructors of in bhyve, sockets on the filesystem > must be cleaned up manually after bhyve exits > - there's no way to use "console port" feature, nor the console port > resize as of now > - emergency write is advertised, but no-op as of now > > Approved by: trasz > MFC after: 1 month > Relnotes: yes > Sponsored by: iXsystems, Inc. > Differential Revision: D7185 > > Added: > head/usr.sbin/bhyve/pci_virtio_console.c (contents, props changed) > Modified: > head/usr.sbin/bhyve/Makefile > head/usr.sbin/bhyve/virtio.h -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32cdc6d3-cec6-8d66-e549-b1463a43f136>