svn commit: r317543 - head/usr.sbin/bhyve

Ngie Cooper yaneurabeya at gmail.com
Fri Apr 28 05:26:30 UTC 2017


> On Apr 27, 2017, at 22:13, Gleb Smirnoff <glebius at FreeBSD.org> wrote:
> 
> Author: glebius
> Date: Fri Apr 28 05:13:27 2017
> New Revision: 317543
> URL: https://svnweb.freebsd.org/changeset/base/317543
> 
> Log:
>  When no "rfb" configuration specified bind to the default VNC
>  port instead of binding to a random one.
> 
> Modified:
>  head/usr.sbin/bhyve/pci_fbuf.c
> 
> Modified: head/usr.sbin/bhyve/pci_fbuf.c
> ==============================================================================
> --- head/usr.sbin/bhyve/pci_fbuf.c    Fri Apr 28 05:09:51 2017    (r317542)
> +++ head/usr.sbin/bhyve/pci_fbuf.c    Fri Apr 28 05:13:27 2017    (r317543)
> @@ -365,6 +365,8 @@ pci_fbuf_init(struct vmctx *ctx, struct 
> 
>    sc->fsc_pi = pi;
> 
> +    sc->rfb_port = 5900;
> +

Wouldn't it be better to use getservbyname?

>    error = pci_fbuf_parse_opts(sc, opts);
>    if (error != 0)
>        goto done;
> 


More information about the svn-src-all mailing list