From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKqhE-0002sC-HU for qemu-devel@nongnu.org; Wed, 16 Dec 2009 05:01:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKqh9-0002qD-SG for qemu-devel@nongnu.org; Wed, 16 Dec 2009 05:01:27 -0500 Received: from [199.232.76.173] (port=39562 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKqh9-0002pq-EW for qemu-devel@nongnu.org; Wed, 16 Dec 2009 05:01:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:18087) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKqh8-0003ro-TI for qemu-devel@nongnu.org; Wed, 16 Dec 2009 05:01:23 -0500 Message-ID: <4B28A854.3040705@redhat.com> Date: Wed, 16 Dec 2009 10:28:52 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <200912151948.53307.ck@iseclab.org> <4B27E95C.8040903@redhat.com> <200912160956.10748.ck@iseclab.org> <4B28A2F5.5060402@redhat.com> In-Reply-To: <4B28A2F5.5060402@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: i386 emulation bug: mov reg, [addr] List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Clemens Kolbitsch , qemu-devel@nongnu.org >> Is there anything I can provide to help testing possible patches? > > A good first step is to write those possible patches. It shouldn't be > difficult, start in target-i386/translate.c:disas_insn(). And see Jamie's suggestion at http://permalink.gmane.org/gmane.comp.emulators.qemu/59522 which is basically a patch written in English. :-) Paolo