From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpaEz-0008R0-Bx for qemu-devel@nongnu.org; Fri, 23 Oct 2015 07:10:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpaEw-0003sa-Mh for qemu-devel@nongnu.org; Fri, 23 Oct 2015 07:10:33 -0400 Received: from mail-vk0-f43.google.com ([209.85.213.43]:36783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpaEw-0003sW-Iw for qemu-devel@nongnu.org; Fri, 23 Oct 2015 07:10:30 -0400 Received: by vkex70 with SMTP id x70so61863935vke.3 for ; Fri, 23 Oct 2015 04:10:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <562A088A.3030905@gmail.com> References: <56292AEA.3010408@gmail.com> <562A088A.3030905@gmail.com> From: Peter Maydell Date: Fri, 23 Oct 2015 12:10:10 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] exec: About DISAS_JUMP and DISAS_UPDATE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sergey Fedorov Cc: Paolo Bonzini , Peter Crosthwaite , QEMU Developers , Aurelien Jarno , Richard Henderson 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 :-) -- PMM