From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H6kl4-0003dc-06 for qemu-devel@nongnu.org; Tue, 16 Jan 2007 04:37:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H6kkz-0003Yj-8m for qemu-devel@nongnu.org; Tue, 16 Jan 2007 04:37:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H6kkx-0003YR-UV for qemu-devel@nongnu.org; Tue, 16 Jan 2007 04:37:28 -0500 Received: from [66.249.92.169] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H6kkx-0003sW-8T for qemu-devel@nongnu.org; Tue, 16 Jan 2007 04:37:27 -0500 Received: by ug-out-1314.google.com with SMTP id j40so1538363ugd for ; Tue, 16 Jan 2007 01:37:26 -0800 (PST) Message-ID: Date: Tue, 16 Jan 2007 17:37:24 +0800 From: "Thomas Frey" Sender: thomas.frey@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] [BUG] Bios32 Service introduced between 0.8.0 and 0.8.2 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 In Qemu 0.8.0 the Bluebottle operating system (http://bluebottle.ethz.ch) works as expected given the simulated hardware and the available drivers. In Qemu 0.8.2 the initialization fails because of a problem in the Bios32 ServiceDirectory call. When tracing it, I found that the service directory lookup for the "$PCI" ID returns with a corrupted stack pointer. --Thomas