From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E097s-0007Ca-QA for qemu-devel@nongnu.org; Tue, 02 Aug 2005 22:37:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E097q-0007BO-VD for qemu-devel@nongnu.org; Tue, 02 Aug 2005 22:37:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E097B-0006hh-V4 for qemu-devel@nongnu.org; Tue, 02 Aug 2005 22:36:17 -0400 Received: from [64.233.162.206] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E08re-0004aG-MQ for qemu-devel@nongnu.org; Tue, 02 Aug 2005 22:20:14 -0400 Received: by zproxy.gmail.com with SMTP id s18so17376nze for ; Tue, 02 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" 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> Subject: [Qemu-devel] Re: ata devices on emulated amd64 on qemu Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juergen Lock , Jung-uk Kim , freebsd-emulation@freebsd.org, qemu-devel@nongnu.org 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