From owner-freebsd-emulation@FreeBSD.ORG Fri Apr 20 23:41:55 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED44616A409; Fri, 20 Apr 2007 23:41:55 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id A63F013C4C8; Fri, 20 Apr 2007 23:41:55 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 8448C1BACE6; Sat, 21 Apr 2007 01:41:54 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l3KNZPOe024127; Sat, 21 Apr 2007 01:35:25 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l3KNZOfH024126; Sat, 21 Apr 2007 01:35:24 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 21 Apr 2007 01:35:24 +0200 To: Bakul Shah Message-ID: <20070420233524.GA23954@saturn.kn-bremen.de> Mail-Followup-To: Bakul Shah , Eric Anderson , freebsd-emulation@freebsd.org References: <20070420195955.GA19042@saturn.kn-bremen.de> <20070420204102.331595B2E@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070420204102.331595B2E@mail.bitblocks.com> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-emulation@freebsd.org Subject: Re: experimental qemu-devel port update, please test! 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: Fri, 20 Apr 2007 23:41:56 -0000 On Fri, Apr 20, 2007 at 01:41:01PM -0700, Bakul Shah wrote: > > > > Or, did something in your kernel change maybe that necessitates > > > >a rebuild of the kqemu kld? > > > > > > Evidently that was it - after rebuilding/reinstalling the kqemu module, > > > all is well. Nothing else changed to make it work. Woohoo! Thanks - > > > not sure why I didn't think of that.. :) > > For this reason I have > > PORTS_MODULES=emulators/kqemu-kmod > > in /etc/make.conf so that it gets rebuilt when I rebuild the kernel. > > > Right, qemu doesn't come with one (I haven't played with pxe booting > > yet so I didn't even notice.) > > Actually it does. See /usr/local/share/qemu/pxe-* but due to > at lease one bug it doesn't work. Not for the eepro100 (fxp) varietys. > > > > I > > > tried to make one, but it still didn't like it. I'm not sure which > > > selection to pick from the rom-o-matic site. > > I found and fixed one bug in src/core/osloader.c (in > etherboot-5.4.3 code) which allows me to get a little bit > further. If anyone wants to play with this more, I can send > them my changes. You may want to post those on the qemu list... Juergen