From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqKGR-0004s0-Q8 for qemu-devel@nongnu.org; Sun, 16 Jan 2005 18:57:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqKGK-0004mx-Ik for qemu-devel@nongnu.org; Sun, 16 Jan 2005 18:56:52 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CqJxz-0002Yo-4l for qemu-devel@nongnu.org; Sun, 16 Jan 2005 18:37:55 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id B1339331BD for ; Mon, 17 Jan 2005 00:37:45 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 01630-01 for ; Mon, 17 Jan 2005 00:37:45 +0100 (CET) Received: from [84.99.204.166] (unknown [84.99.204.166]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id 7EF42331B1 for ; Mon, 17 Jan 2005 00:37:45 +0100 (CET) Message-ID: <41EAFAF7.5090108@bellard.org> Date: Mon, 17 Jan 2005 00:38:31 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] FreeBSD-amd64 guest, monitor does not respond References: <20050116233944.A36285@saturn.kn-bremen.de> In-Reply-To: <20050116233944.A36285@saturn.kn-bremen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Juergen Lock wrote: > I was curious today and tried the FreeBSD-amd64 install iso in qemu, > qemu-system-x86_64 -m 256 -monitor stdio -cdrom 5.3-RELEASE-amd64-bootonly.iso -boot d > and, (actually i tried miniinst first, but bootonly is smaller and shows > the same result) qemu hangs when starting the kernel, the monitor does not > respond, all I can do is ^c it. (the started kernel is supposed to print > messages starting with the copyright but it doesnt even get to that.) With my last patch the FreeBSD kernel boots, but user mode apps seem to have problems. Fabrice.