From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 27 00:23:56 2011 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 4F629106564A; Thu, 27 Jan 2011 00:23:56 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id E171D8FC31; Thu, 27 Jan 2011 00:23:55 +0000 (UTC) Received: by gwj21 with SMTP id 21so411219gwj.13 for ; Wed, 26 Jan 2011 16:23:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:references:in-reply-to:mime-version :content-transfer-encoding:content-type:message-id:cc:x-mailer:from :subject:date:to; bh=DyX1qCknNBhxTNyDZz/6znEjvUh6ZmQqF5rXMelIn5I=; b=uIOB1FnsmQB+iyJF/75mDjvI95h5LcN2Aorpqhpq0c1tf70k9i+wBZ3p0pKONDYIr1 YTZHfojBIRuHscAuC4u+7/XKF4BDFtPWUndnXkcdQmOwREgLzGrRFi/sbSg2HnoENaI2 2wHN5wSV7qQK8OAQyxw1jgg2Y6HFJaW4eIjAQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; b=Cqu4BKlpYqdQkJ24WmCN61SudrJt7LyUE2SKpB5Swny2cy+wWxEcotnRtl+yDkV1rI xQ++bAarJz94DMpfNVnphoC3yk92t8S7k7Nn3BBEcYI7n+UG95kwEnRi7sUuazB58BYr 38uSQ8Ct8/n0+44V87pxzDvqVMMa6wPN0QBdY= Received: by 10.236.103.133 with SMTP id f5mr428411yhg.14.1296087831231; Wed, 26 Jan 2011 16:23:51 -0800 (PST) Received: from [192.168.1.101] ([24.112.22.136]) by mx.google.com with ESMTPS id i10sm1498256yhd.39.2011.01.26.16.23.48 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 26 Jan 2011 16:23:50 -0800 (PST) References: <86oc77heqk.fsf@kopusha.home.net> <4D3D2DE9.2060004@freebsd.org> <86tygwy9p0.fsf@kopusha.home.net> <20110126091038.C3489@maildrop.int.zabbadoz.net> <86aainkbhb.fsf@zhuzha.ua1> <20110126141636.D3489@maildrop.int.zabbadoz.net> <86ei7z4aps.fsf@kopusha.home.net> <44307214e4381602f6381d6a78ded1e2@bluelife.at> In-Reply-To: <44307214e4381602f6381d6a78ded1e2@bluelife.at> Mime-Version: 1.0 (iPhone Mail 8C148) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: X-Mailer: iPhone Mail (8C148) From: Brandon Gooch Date: Wed, 26 Jan 2011 18:23:26 -0600 To: Bernhard Froehlich Cc: "Bjoern A. Zeeb" , "freebsd-emulation@freebsd.org" Subject: Re: VirtualBox + VIMAGE 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: Thu, 27 Jan 2011 00:23:56 -0000 On Jan 26, 2011, at 5:33 PM, Bernhard Froehlich wrote: > On Wed, 26 Jan 2011 23:27:27 +0200, Mikolaj Golub wrote: >> On Wed, 26 Jan 2011 14:18:03 +0000 (UTC) Bjoern A. Zeeb wrote: >>=20 >> BAZ> On Wed, 26 Jan 2011, Mikolaj Golub wrote: >>=20 >>>>=20 >>>> On Wed, 26 Jan 2011 09:15:46 +0000 (UTC) Bjoern A. Zeeb wrote: >>>>=20 >>>> BAZ> I think you should wrap the CURVNET changes in __FreeBSD_version >>>> BAZ> checks so that the port, should it run elsewhere or on older >> FreeBSDs >>>> BAZ> (if it runs there) not trouble people having to patch it away. >>>>=20 >>>> BAZ> #if defined(__FreeBSD_version) && __FreeBSD_version >=3D 800500 >>>> BAZ> #endif >>>>=20 >>>> BAZ> might be a save bet. >>>>=20 >>>> Thanks. Something like in the patch below? >>>>=20 >>>> Note, I have not run this version yet. Will test it tonight or tomorrow= . >>=20 >> BAZ> Well, you will need to include as well, and that only i= f >> BAZ> you are on FreeBSD so you'll need an extra check for just that I >> BAZ> guess. Not sure how vbox handles the all this in their guts. >>=20 >> The file has already had '#include ' among other includes. I= t >> just is not seen in the patch. The file is used only for FreeBSD driver s= o >> there is no need in extra check I think. >>=20 >> I have tested this latest version of the patch. It works for me. >=20 > Could someone with a vimage enabled kernel please test bridging with a > stock emulators/virtualbox-ose-kmod port? There was a report that this > causes a crash and it would be good to verify if that is still valid: >=20 > http://lists.freebsd.org/pipermail/freebsd-emulation/2009-November/007055.= html >=20 > --=20 > Bernhard Froehlich > http://www.bluelife.at/ > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.or= g" It still crashes. -Brandon=