freebsd-dev/usr.sbin/bhyveload
Peter Grehan 6380102c7f Allow bhyve and bhyveload to attach to tty devices.
bhyveload: introduce the -c <device> parameter
 to select a tty for output (or "stdio")

bhyve: allow the puc and lpc-com backends to
 accept a tty in addition to "stdio"

When used in conjunction with the null-modem device,
nmdm(4), this allows attach/detach to the guest console
and multiple concurrent serial ports. kgdb on a serial
port is now functional.

Reviewed by:	neel
Requested by:	Almost everyone that has used bhyve
MFC after:	10.0
2013-11-27 00:21:37 +00:00
..
bhyveload.8 Allow bhyve and bhyveload to attach to tty devices. 2013-11-27 00:21:37 +00:00
bhyveload.c Allow bhyve and bhyveload to attach to tty devices. 2013-11-27 00:21:37 +00:00
Makefile Parse the memory size parameter using expand_number() to allow specifying 2013-10-09 03:56:07 +00:00