Re: [Qemu-devel] [Qemu-ppc] [PATCH 0/2] QEMU Monitor Instruction Disassembly Incorrect for PPC LE

2014-04-10 Thread Alexander Graf


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




Re: [Qemu-devel] [Qemu-ppc] [PATCH 0/2] QEMU Monitor Instruction Disassembly Incorrect for PPC LE

2014-04-10 Thread Alexander Graf


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