odd output from bhyve

Peter Grehan grehan at freebsd.org
Sun Apr 5 01:34:22 UTC 2015


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.


More information about the freebsd-virtualization mailing list