Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Apr 2015 18:34:07 -0700
From:      Peter Grehan <grehan@freebsd.org>
To:        Aryeh Friedman <aryeh.friedman@gmail.com>
Cc:        "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>
Subject:   Re: odd output from bhyve
Message-ID:  <5520910F.3050607@freebsd.org>
In-Reply-To: <CAGBxaXk%2BUupikjWkpDmHs-C9F=9HJdYDh_hJt3TOX9ejTbaQxg@mail.gmail.com>
References:  <CAGBxaXkmKJZC76tDK14-7NTLswdZmmCNtg=n_gfQg22Pe8n8-g@mail.gmail.com> <5520193C.2010101@freebsd.org> <CAGBxaXmU4fqrJUSNPm_nMXJvwsxJEcpRSv_AOEH=sDocAiWLLg@mail.gmail.com> <55203A7B.9020703@freebsd.org> <CAGBxaXk%2BUupikjWkpDmHs-C9F=9HJdYDh_hJt3TOX9ejTbaQxg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Aryeh,

> /tmp/bhyve.WwKTaeP     84:       Name (PPRT, Package ()
>                                                        Remark   2095 -
> Effective AML package length is zero ^

  This looks like a bug in bhyve if there is no PCI-ISA bridge. This can 
be fixed by changing the syntax for the serial port from a PCI serial 
device:

 > -s 31,uart

  ... to a serial port behind the PCI-ISA bridge:

   -s 31,lpc -l com1,stdio

  ... which is now the recommended way to configure a serial console.

later,

Peter.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5520910F.3050607>