Re: [Qemu-devel] [PATCH v8 06/35] RISC-V: Include instruction hex in disassembly

2018-04-26 Thread Alistair Francis
On Wed, Apr 25, 2018 at 4:53 PM Michael Clark wrote: > This was added to help debug issues using -d in_asm. It is > useful to see the instruction bytes, as one can detect if > one is trying to execute ASCII or device-tree magic. > Cc: Sagar Karandikar > Cc: Bastian Koppelmann > Signed-off-by:

[Qemu-devel] [PATCH v8 06/35] RISC-V: Include instruction hex in disassembly

2018-04-25 Thread Michael Clark
This was added to help debug issues using -d in_asm. It is useful to see the instruction bytes, as one can detect if one is trying to execute ASCII or device-tree magic. Cc: Sagar Karandikar Cc: Bastian Koppelmann Signed-off-by: Michael Clark Signed-off-by: Palmer Dabbelt Reviewed-by: Philippe