Re: [Qemu-discuss] instruction tracing based on qemu

2017-11-01 Thread 李阳
Thanks. In fact, I don't need QEMU to have realized this kind of trace about instructions and therefore this is my ToDoList on QEMU. Now I have made some progress and still have some problems. So far, I have found that in the source code of QEMU(qemu-2.7.0-rc5-5/tcg/tcg-opc.h) there are a lot of

Re: [Qemu-discuss] instruction tracing based on qemu

2017-11-01 Thread Peter Maydell
On 1 November 2017 at 02:35, 李阳 wrote: > Recently, I want to use QEMU to trace the instruction features of the > specified binary. > > My host: X86 > Guest: ARMv8, > > I run the benchmark on the AArch64 Operating System in QEMU and I want to > collect the instruction data of the binary. > The inst