From owner-freebsd-emulation@FreeBSD.ORG Mon May 17 18:59:00 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14F9A1065672; Mon, 17 May 2010 18:59:00 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id A24B68FC13; Mon, 17 May 2010 18:58:59 +0000 (UTC) Received: from daedalus.network.local (240-212.76-83.cust.bluewin.ch [83.76.212.240]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o4HIwwgP063813 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 17 May 2010 18:58:58 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4BF19221.4040705@FreeBSD.org> Date: Mon, 17 May 2010 20:59:45 +0200 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.24 (X11/20100318) MIME-Version: 1.0 To: Daichi GOTO References: <4BF0953F.8000304@freebsd.org> In-Reply-To: <4BF0953F.8000304@freebsd.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: VirtualBox 3.1.8 on current (after ACPICA 20100428 merged) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2010 18:59:00 -0000 Hi, Daichi GOTO wrote: > Hi VirtualBox guys, thanks for your great work of VirtualBox! > > I am trying VirtualBox 3.1.8 port on current, and found > that one needs follow patch to build: > > ------------------------------------------------------------------------- > --- src/VBox/Devices/PC/vbox.dsl.orig 2010-03-25 15:56:03.000000000 > -0400 > +++ src/VBox/Devices/PC/vbox.dsl 2010-04-29 19:14:38.000000000 -0400 > @@ -1064,7 +1064,7 @@ > // (all of low memory space) > ResourceProducer, // bit 0 of general flags > is 0 > PosDecode, // positive Decode > - MinFixed, // Range is fixed > + MinNotFixed, // Range is not fixed > MaxFixed, // Range is fixed > Cacheable, > ReadWrite, > @@ -1073,7 +1073,7 @@ > > 0xffdfffff, // Max = 4GB - 2MB > 0x00000000, // Translation > - 0xdfdfffff, // Range Length (calculated > + 0x00000000, // Range Length (calculated > // dynamically) > , // Optional field left blank > , // Optional field left blank > ------------------------------------------------------------------------- > > It is the same situation as VirtualBox 3.2.0-dev on current after > ACPICA 20100428 merged. How about to add above patch to > VirtualBox 3.1.8 port? Thanks for your reminder. I have added the patch to the 3.2.0 port in our development repository and forgot to add it to the 3.1.8 port. Unfortunately Virtualbox panics on system after r207577 (3rd May) at the moment. Once we have a fix for this problem we will commit the given patch to the port too. Thanks, Beat