From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYCUI-0000MZ-Di for qemu-devel@nongnu.org; Thu, 10 Apr 2014 06:45:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYCUA-0007EU-JI for qemu-devel@nongnu.org; Thu, 10 Apr 2014 06:45:42 -0400 Message-ID: <5346764B.8090703@suse.de> Date: Thu, 10 Apr 2014 12:45:31 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1397073204-14712-1-git-send-email-tommusta@gmail.com> <53466EA6.1060303@suse.de> In-Reply-To: <53466EA6.1060303@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-ppc] [PATCH 0/2] QEMU Monitor Instruction Disassembly Incorrect for PPC LE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 10.04.14 12:12, Alexander Graf wrote: > > On 09.04.14 21:53, Tom Musta wrote: >> Fix disassembly in the QEMU monitor for Little Endian codes. Also >> fix the comment >> and tighten up a flag check in the closely related disassembler code for >> tracing. >> >> V2: Fixed target_disas comment and bit decoding. >> V3: Make monitor_disas flag documentation refer to target_disas >> documentation. >> V4: Minor corrections to comments. > > Does this also fix -d in_asm? Ah, that one is already good :). Thanks, applied to ppc-next. Alex