From owner-freebsd-emulation@FreeBSD.ORG Wed Aug 3 02:07:23 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A70C416A41F for ; Wed, 3 Aug 2005 02:07:23 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5877E43D46 for ; Wed, 3 Aug 2005 02:07:22 +0000 (GMT) (envelope-from marsgmiro@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so17142nzo for ; Tue, 02 Aug 2005 19:07:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lSQhX3j+PkiWn/ro9+3Qh/EHnRvS5wvKMfypOimA7zBq5Ad8yM7Bu6Fdxba4KB3Df9vldu9h2fP7wHngebNu3twLVFNAdQz8AHOGT8VBV6idhWC3js9hqzkLMmkDeihd26Qa60AVa3LMYMcJDoLDUKDmdhtfWw8nvx9o2alYRso= Received: by 10.37.15.36 with SMTP id s36mr65455nzi; Tue, 02 Aug 2005 19:07:21 -0700 (PDT) Received: by 10.36.72.13 with HTTP; Tue, 2 Aug 2005 19:07:21 -0700 (PDT) Message-ID: <28edec3c05080219072f602bba@mail.gmail.com> Date: Wed, 3 Aug 2005 10:07:21 +0800 From: "Mars G. Miro" To: Juergen Lock , Jung-uk Kim , freebsd-emulation@freebsd.org, qemu-devel@nongnu.org In-Reply-To: <20050802212244.GA7909@saturn.kn-bremen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <28edec3c0507290000415a350d@mail.gmail.com> <200507291647.49230.jkim@niksun.com> <200507292022.38135.jkim@FreeBSD.org> <28edec3c050730045765b5262b@mail.gmail.com> <28edec3c05073119576445ec92@mail.gmail.com> <28edec3c050731203069f7c4a8@mail.gmail.com> <28edec3c0508010230226b4ae@mail.gmail.com> <20050801215410.GA10633@saturn.kn-bremen.de> <28edec3c0508012353757c7671@mail.gmail.com> <20050802212244.GA7909@saturn.kn-bremen.de> Cc: Subject: Re: ata devices on emulated amd64 on qemu 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: Wed, 03 Aug 2005 02:07:23 -0000 On 8/3/05, Juergen Lock wrote: > On Tue, Aug 02, 2005 at 02:53:22PM +0800, Mars G. Miro wrote: > > On 8/2/05, Juergen Lock wrote: > > > On Mon, Aug 01, 2005 at 05:30:47PM +0800, Mars G. Miro wrote: > >[...] >=20 > > > > /usr/src/sys/dev/ed/if_ed.c: In function `ed_probe_SIC': > > > > /usr/src/sys/dev/ed/if_ed.c:998: warning: nested extern declaration > of > > > `kvtop' > > > > /usr/src/sys/dev/ed/if_ed.c:508: warning: redundant redeclaration o= f > > > 'kvtop' > > > > /usr/src/sys/dev/ed/if_ed.c:508: warning: previous implicit > > > > declaration of 'kvtop' was here > > > > *** Error code 1 > > > >=20 > > > > ugh :-( > > >=20 > > > Aha, amd64 doesnt have kvtop anymore. Try the following patch: > > > (compiles on i386, it should fix amd64 if you are lucky - as long as > > > kvtop is the only problem...) > > > > >=20 > > Tried this patch. It does seem to work. > >=20 > So you got the network up? ok. (should the patch be included in 6.0 > and ed be re-added to GENERIC and the install kernel on amd64, for > amd64 guests to have network with qemu?) >=20 Yep. But, as I've said I'm experiencing segfaults everywhere (df, dmesg, ls, etc) --- but I think this might be a qemu problem. Yesterday, I tried slamd64 (slackware amd64 version), and it crashed in the middle of installing packages. > > But there are other problems in emulated amd64 --- such as segfaults > > here and there --- they seem to occur at random. This is for > > {5.4/6.01-Beta} AMD64. > >=20 > with or without kqemu? >=20 w/o kqemu... hmm this looks interesting ;-) Thanks. > cheers, > =09Juergen >=20 cheers mars