From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AMbUM-0006ZF-Tc for qemu-devel@nongnu.org; Wed, 19 Nov 2003 18:11:58 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AMbTq-0006P0-Km for qemu-devel@nongnu.org; Wed, 19 Nov 2003 18:11:57 -0500 Received: from [199.232.41.2] (helo=subversions.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AMbTp-0006Of-VN for qemu-devel@nongnu.org; Wed, 19 Nov 2003 18:11:26 -0500 Received: from bellard by subversions.gnu.org with local (Exim 4.20) id 1AMaUi-0002Kb-PS for qemu-devel@nongnu.org; Wed, 19 Nov 2003 17:08:16 -0500 Message-Id: From: Fabrice Bellard Date: Wed, 19 Nov 2003 17:08:16 -0500 Subject: [Qemu-devel] qemu/target-i386 translate.c Reply-To: fabrice.bellard@free.fr, qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org CVSROOT: /cvsroot/qemu Module name: qemu Branch: Changes by: Fabrice Bellard 03/11/19 17:08:15 Modified files: target-i386 : translate.c Log message: added fcmovxx support (fixes segfaults in some recent linux tools) - fixed irq inhibit logic : the irqs are inhibited only for one instruction after, even if the next one also inhibit irqs - stop translation after irq inhibition stops to give a chance to irqs (fixes install NT kernel startup) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/target-i386/translate.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text