]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339586:
authorbz <bz@FreeBSD.org>
Wed, 31 Oct 2018 11:37:05 +0000 (11:37 +0000)
committerbz <bz@FreeBSD.org>
Wed, 31 Oct 2018 11:37:05 +0000 (11:37 +0000)
commit5e060e63804e1ecc636b29714d32113e483d6c60
treeb68e680e355c8e2e803641f3b810fe4cbc276d88
parent4b342fb58869d776416fd330893c9874683887fc
MFC r339586:

  In bhyve's fbuf emulation improve the overall "usage" message and
  for the vga option, rather than printing the entire option string,
  only print vga (as we do for everything else).

MFC r339681:

  Allow the bhyve VNC server to listen on IPv6 for incoming connections.

  Alternatively to IPv4 address:port this will allow to listen on IPv6
  link-local (incl. scope), a specific address, or ::.  Addresses have
  to be given in RFC2732 format so that [::]:port parsing will work.

  This patch also starts to introduce WITH_INET/INET6_SUPPORT to bhyve.

PR: 232018
  Submitted by: Dave Rush (northwoodlogic.free gmail.com) (original)
  Reviewed by: Dave Rush (updated verison)
usr.sbin/bhyve/Makefile
usr.sbin/bhyve/bhyve.8
usr.sbin/bhyve/pci_fbuf.c
usr.sbin/bhyve/rfb.c