From owner-freebsd-virtualization@FreeBSD.ORG Sun Apr 5 01:34:22 2015 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31C24FB3 for ; Sun, 5 Apr 2015 01:34:22 +0000 (UTC) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DD9F26B for ; Sun, 5 Apr 2015 01:34:21 +0000 (UTC) Received: from localhost (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id A5012280F98 for ; Sun, 5 Apr 2015 11:34:12 +1000 (EST) X-Amavis-Modified: Mail body modified (using disclaimer) - iredmail.onthenet.com.au X-Virus-Scanned: amavisd-new at iredmail.onthenet.com.au Received: from iredmail.onthenet.com.au ([127.0.0.1]) by localhost (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fCIcqRL1KCsU for ; Sun, 5 Apr 2015 11:34:12 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-76-126-65-88.hsd1.ca.comcast.net [76.126.65.88]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id DCB0F280F90; Sun, 5 Apr 2015 11:34:10 +1000 (EST) Message-ID: <5520910F.3050607@freebsd.org> Date: Sat, 04 Apr 2015 18:34:07 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Aryeh Friedman Subject: Re: odd output from bhyve References: <5520193C.2010101@freebsd.org> <55203A7B.9020703@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2015 01:34:22 -0000 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.