From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CScDN-0008T9-R1 for qemu-devel@nongnu.org; Fri, 12 Nov 2004 09:15:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CScDN-0008Sp-7F for qemu-devel@nongnu.org; Fri, 12 Nov 2004 09:15:49 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CScDN-0008Sf-2P for qemu-devel@nongnu.org; Fri, 12 Nov 2004 09:15:49 -0500 Received: from [62.65.128.20] (helo=mail.2wire.ch) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CSc4c-0005DB-NM for qemu-devel@nongnu.org; Fri, 12 Nov 2004 09:06:47 -0500 Message-ID: <4194C348.6040008@hispeed.ch> Date: Fri, 12 Nov 2004 15:06:00 +0100 From: Stefan Kisdaroczi MIME-Version: 1.0 Subject: Re: [Qemu-devel] Final call for help: x86: enter instruction bug References: <418288C8.3000501@hispeed.ch> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; 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 Hi Johannes, thank you very much for your help. I implemented yesterday a helper function as you suggested, and now the enter instruction works like i want and it should. I was not able to run a "Hello World" without exception before, and now i can start a "big" App with 10 processes, IPC's, lots of Tasks... just great I try to make a patch to the latest CVS this weekend. thank you kisda Johannes Schindelin wrote: > Hi, > > On Fri, 29 Oct 2004, Stefan Kisdaroczi wrote: > > >>I tried to fix it myself, but how to copy from stack to stack ? I looked >>at other instructions how to do, T0 and T1 are already used, what else >>can I use ? > > > You can write a helper. See op.c, function op_divl_EAX_T0 for an example. > Of course you have to add yet another op_ in op.c, which you then can > use by adding the respective gen_op_ in gen_enter. > > >>I cant send you a Test-App/Image, because you dont have this OS, and I >>cant send it to you. ( OS and Compiler are from Intel and not free ) > > > That makes it rather hard to help you. > > Hth, > Dscho > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >