From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgYw5-0008Ms-7t for qemu-devel@nongnu.org; Wed, 25 Apr 2007 00:16:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgYw2-0008JV-71 for qemu-devel@nongnu.org; Wed, 25 Apr 2007 00:16:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgYw2-0008JA-14 for qemu-devel@nongnu.org; Wed, 25 Apr 2007 00:16:54 -0400 Received: from wr-out-0506.google.com ([64.233.184.235]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgYqR-00077v-Gx for qemu-devel@nongnu.org; Wed, 25 Apr 2007 00:11:07 -0400 Received: by wr-out-0506.google.com with SMTP id i20so165352wra for ; Tue, 24 Apr 2007 21:11:07 -0700 (PDT) Message-ID: <12b5f1ef0704242111iccdbec4rf863a8ad567520ae@mail.gmail.com> Date: Tue, 24 Apr 2007 21:11:06 -0700 From: "Nickolai Zeldovich" Sender: nickolai.zeldovich@gmail.com Subject: Re: [Qemu-devel] [PATCH] fix exception precision for cmpxchg8b In-Reply-To: <9608107.1177473578562.JavaMail.root@eastrmwml03.mgt.cox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9608107.1177473578562.JavaMail.root@eastrmwml03.mgt.cox.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sol10x86@cox.net Cc: qemu-devel@nongnu.org Thanks. Looks like inline-generated instructions use cpu_restore_state() to invert the translated PC into the simulated PC. Nickolai.