Re: [PATCH v2 2/2] disas/hppa: Show hexcode of instruction along with disassembly

2023-11-17 Thread Richard Henderson
On 11/17/23 09:33, Helge Deller wrote: * Richard Henderson : On 11/17/23 02:53, del...@kernel.org wrote: From: Helge Deller On hppa many instructions can be expressed by different bytecodes. To be able to debug qemu translation bugs it's therefore necessary to see the currently executed byte

Re: [PATCH v2 2/2] disas/hppa: Show hexcode of instruction along with disassembly

2023-11-17 Thread Helge Deller
* Richard Henderson : > On 11/17/23 02:53, del...@kernel.org wrote: > > From: Helge Deller > > > > On hppa many instructions can be expressed by different bytecodes. > > To be able to debug qemu translation bugs it's therefore necessary to see > > the > > currently executed byte codes without th

Re: [PATCH v2 2/2] disas/hppa: Show hexcode of instruction along with disassembly

2023-11-17 Thread Richard Henderson
On 11/17/23 02:53, del...@kernel.org wrote: From: Helge Deller On hppa many instructions can be expressed by different bytecodes. To be able to debug qemu translation bugs it's therefore necessary to see the currently executed byte codes without the need to lookup the sequence without the full

[PATCH v2 2/2] disas/hppa: Show hexcode of instruction along with disassembly

2023-11-17 Thread deller
From: Helge Deller On hppa many instructions can be expressed by different bytecodes. To be able to debug qemu translation bugs it's therefore necessary to see the currently executed byte codes without the need to lookup the sequence without the full executable. With this patch the instruction by