From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 17 00:23:21 2009 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 6063510656C4 for ; Tue, 17 Feb 2009 00:23:21 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 112F78FC1B for ; Tue, 17 Feb 2009 00:23:20 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 246DE1E00268; Tue, 17 Feb 2009 01:23:19 +0100 (CET) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id n1H0LrJs012936; Tue, 17 Feb 2009 01:21:53 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id n1H0Lr73012935; Tue, 17 Feb 2009 01:21:53 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Tue, 17 Feb 2009 01:21:52 +0100 To: Kostik Belousov Message-ID: <20090217002152.GA12435@saturn.kn-bremen.de> Mail-Followup-To: Kostik Belousov , Roman Divacky , freebsd-emulation@freebsd.org References: <20090215214304.GA17635@freebsd.org> <20090216091141.GD41617@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090216091141.GD41617@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-emulation@freebsd.org Subject: Re: qemu booting amd64 fbsd 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: Tue, 17 Feb 2009 00:23:21 -0000 On Mon, Feb 16, 2009 at 11:11:41AM +0200, Kostik Belousov wrote: > On Sun, Feb 15, 2009 at 10:43:04PM +0100, Roman Divacky wrote: > > hi > > > > I am trying to boot fbsd@amd64 7.1R in qemu-0.9.1_11 but it panics > > early in the boot. usually. sometimes it gets upto the root mounting > > but then hangs... > > > > am I doing something wrong or is this just broken? > > > > is there any other (reliable) way how to boot amd64 fbsd in sw? > > I use the patch below for the long time. Not sure whether this is your > case. > > --- cpu-exec.c.orig 2008-02-16 18:23:53.134009488 +0200 > +++ cpu-exec.c 2008-02-16 18:24:47.127662872 +0200 > @@ -452,13 +452,15 @@ >[...] ..or you can try the qemu-devel port which has that patch. Also, at least -kernel-kqemu still is broken for FreeBSD/amd64 guests, even with qemu svn (which no longer needs that patch), see this post if you want to try my latest snapshot: http://lists.freebsd.org/pipermail/freebsd-emulation/2009-February/005650.html Oh and btw there just have been reports of image corruption with qcow(2) images in qemu svn, so better use raw images for now... (they're faster anyway.) HTH, Juergen