From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXbfC-0006jN-Pu for qemu-devel@nongnu.org; Tue, 08 Apr 2014 15:26:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXbf3-00062s-NW for qemu-devel@nongnu.org; Tue, 08 Apr 2014 15:26:30 -0400 From: Tom Musta Date: Tue, 8 Apr 2014 14:26:12 -0500 Message-Id: <1396985174-13212-1-git-send-email-tommusta@gmail.com> Subject: [Qemu-devel] [V3 PATCH 0/2] QEMU Monitor Instruction Disassembly Incorrect for PPC LE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Tom Musta , qemu-ppc@nongnu.org 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. Tom Musta (2): target-ppc: Fix target_disas monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode disas.c | 19 +++++++++++++++---- monitor.c | 4 ++++ 2 files changed, 19 insertions(+), 4 deletions(-)