From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXyZ3-0006pP-9J for qemu-devel@nongnu.org; Wed, 09 Apr 2014 15:53:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXyYu-0006ho-5f for qemu-devel@nongnu.org; Wed, 09 Apr 2014 15:53:41 -0400 From: Tom Musta Date: Wed, 9 Apr 2014 14:53:22 -0500 Message-Id: <1397073204-14712-1-git-send-email-tommusta@gmail.com> Subject: [Qemu-devel] [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. V4: Minor corrections to comments. Tom Musta (2): target-ppc: Fix target_disas monitor: QEMU Monitor Instruction Disassembly Incorrect for PowerPC LE Mode disas.c | 21 ++++++++++++++++----- monitor.c | 4 ++++ 2 files changed, 20 insertions(+), 5 deletions(-)