Re: [Qemu-devel] Get execution trace and tcg fatal error!

2011-08-17 Thread TeLeMan
On Thu, Aug 18, 2011 at 12:14, shbi shb wrote: > Hi, > > I am new to QEMU and I need to get guest Windows instructions traceon Qemu. > I added the following codes to Qemu but I got tcg fatal error : > > 1- I added a helper function in helper.h : DEF_HELPER_1(get_trace, void, > i32) > 2- I added a

[Qemu-devel] Get execution trace and tcg fatal error!

2011-08-17 Thread shbi shb
Hi, I am new to QEMU and I need to get guest Windows instructions traceon Qemu. I added the following codes to Qemu but I got tcg fatal error : 1- I added a helper function in helper.h : DEF_HELPER_1(get_trace, void, i32) 2- I added a function gen_helper_get_trace(pc_start) in disas_insn function