From owner-freebsd-emulation@FreeBSD.ORG Sun Apr 9 15:44:47 2006 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 170A216A401 for ; Sun, 9 Apr 2006 15:44:47 +0000 (UTC) (envelope-from qemu-l@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 5CBC243D46 for ; Sun, 9 Apr 2006 15:44:45 +0000 (GMT) (envelope-from qemu-l@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k39FiiW8016946 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 9 Apr 2006 17:44:44 +0200 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id k39Fii82016944; Sun, 9 Apr 2006 17:44:44 +0200 Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.3/8.13.1) with ESMTP id k39FdDUx078343; Sun, 9 Apr 2006 17:39:13 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.3/8.13.1/Submit) id k39FdCdW078342; Sun, 9 Apr 2006 17:39:12 +0200 (CEST) (envelope-from nox) Date: Sun, 9 Apr 2006 17:39:12 +0200 (CEST) From: Juergen Lock Message-Id: <200604091539.k39FdCdW078342@saturn.kn-bremen.de> To: chat95@mac.com X-Newsgroups: local.list.qemu In-Reply-To: <20060405.114110.74679746.chat95@mac.com> References: <20060401222151.GA45952@saturn.kn-bremen.de> <20060401233617.GA52848@saturn.kn-bremen.de> Organization: home Cc: freebsd-emulation@freebsd.org, qemu-devel@nongnu.org Subject: John's IDE DMA patch and qemu cvs (was: Re: [Qemu-devel] Re: experimental FreeBSD {k, }qemu port update) 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: Sun, 09 Apr 2006 15:44:47 -0000 In article <20060405.114110.74679746.chat95@mac.com> you write: >In Message-ID: <20060401233617.GA52848@saturn.kn-bremen.de> >Juergen Lock wrote: > >> On Sun, Apr 02, 2006 at 12:21:52AM +0200, Juergen Lock wrote: >> > Here is what I have tested on i386 with kqemu. I also tried >> > -kernel-kqemu with a few linux 2.6 guests but only got panics, one >> > screenshot of KANOTIX-2006-CeBIT-RC3.iso is at >> > http://www.mytempdir.com/562050 (all panics looked like that). >> >> Update: installed the qemu port (at first i was only using it from >> within the work dir), and now it works! And pretty fast too! :) > >Huge thanks for Fabrice and Juergen!!! >I updated your port with IDE DMA hack: >http://people.freebsd.org/~maho/qemu/qemu20060405.tar.gz I just played with this one and tried qemu -monitor stdio -cdrom ~/iso/KANOTIX-2006-CeBIT-RC3.iso -m 256 -usb -soundhw es1370 -localtime -kernel-kqemu that gave me the panic mentioned above again! Looks like at least parts of the qemu-piix4-udma.patch from the IDE DMA hack are still needed (you omitted this patch probably because it no longer applies to the used cvs snapshot, which is also why I removed the entire DMA hack from the update I posted, but then I forgot that I still had the patched bios installed when I first tried -kernel-kqemu...)