From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fypx3-000738-Vo for qemu-devel@nongnu.org; Fri, 07 Jul 2006 09:00:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fypwz-00072d-L7 for qemu-devel@nongnu.org; Fri, 07 Jul 2006 09:00:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fypwz-00072U-Cx for qemu-devel@nongnu.org; Fri, 07 Jul 2006 09:00:53 -0400 Received: from [128.131.2.110] (helo=mr.tuwien.ac.at) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FypxO-0004jr-QE for qemu-devel@nongnu.org; Fri, 07 Jul 2006 09:01:19 -0400 Received: from pizzabox.seclab.tuwien.ac.at (pizzabox.seclab.tuwien.ac.at [128.130.60.42]) by mr.tuwien.ac.at (8.13.7/8.13.7) with ESMTP id k67D0mwZ026565 for ; Fri, 7 Jul 2006 15:00:49 +0200 (MEST) Subject: Re: [Qemu-devel] [PATCH] add 'monitor' and 'mwait' instruction From: maestro In-Reply-To: References: <44AD28AA.7050301@armiento.net> Content-Type: text/plain Date: Fri, 07 Jul 2006 14:57:46 +0200 Message-Id: <1152277066.29886.18.camel@localhost> Mime-Version: 1.0 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 Am Freitag, den 07.07.2006, 14:30 +0200 schrieb Joachim Henke: > Could you please check, if the attached patch works for you? A quick > test showed that Linux boots fine with the MONITOR flag set now. > > This patch adds 'monitor' and 'mwait' as nops, as suggested by Fabrice. > hello just tested the patch against 0.8.1 and current cvs and at least here it does not work: still Kernel panic - not syncing: Attempted to kill init! im on a pentium D with ubuntu 6.06server as guest os (debian sarge host) cheers m btw: when i patch < mwait.diff in the qemu-src directory patch cannot find the files to patch and asks me for their location - did i do anything wrong?