From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpbYs-0002Cx-46 for qemu-devel@nongnu.org; Fri, 23 Oct 2015 08:35:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpbYo-00064H-MS for qemu-devel@nongnu.org; Fri, 23 Oct 2015 08:35:09 -0400 Received: from mail-lf0-x231.google.com ([2a00:1450:4010:c07::231]:34437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpbYo-00063e-Cp for qemu-devel@nongnu.org; Fri, 23 Oct 2015 08:35:06 -0400 Received: by lfaz124 with SMTP id z124so81903189lfa.1 for ; Fri, 23 Oct 2015 05:35:05 -0700 (PDT) References: <56292AEA.3010408@gmail.com> <562A088A.3030905@gmail.com> From: Sergey Fedorov Message-ID: <562A2978.8040006@gmail.com> Date: Fri, 23 Oct 2015 15:35:04 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] exec: About DISAS_JUMP and DISAS_UPDATE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , Peter Crosthwaite , QEMU Developers , Aurelien Jarno , Richard Henderson On 23.10.2015 14:10, Peter Maydell wrote: > On 23 October 2015 at 11:14, Sergey Fedorov wrote: >> Thanks, Peter. What if I am going to modify DISAS_JUMP and DISAS_UPDATE >> usage in 32-bit ARM code and apply AArch64 semantics to them? > No objection as long as it all still works :-) Well, I made the main changes and tested them with arm-test-0.2.tar.gz and linux-user-test-0.3.tar.gz from http://wiki.qemu.org/Testing. Everything seems to be okay. Is this enough? Best regards, Sergey