From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WYByj-0000hP-Fo for qemu-devel@nongnu.org; Thu, 10 Apr 2014 06:13:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WYByc-0004uV-1U for qemu-devel@nongnu.org; Thu, 10 Apr 2014 06:13:05 -0400 Message-ID: <53466EA6.1060303@suse.de> Date: Thu, 10 Apr 2014 12:12:54 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1397073204-14712-1-git-send-email-tommusta@gmail.com> In-Reply-To: <1397073204-14712-1-git-send-email-tommusta@gmail.com> 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 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? Alex