Re: [Qemu-devel] about restore the pc of the guest code

2017-03-09 Thread Alex Bennée
oussema ben khedher writes: > hi > > i search the pc of tb in the guest code i used the function > cpu_restore_state_from_tb in cpu_exec_tb but the searching pc take 0 > value can someone explain me why searching_pc is 0 or give me some > hints Have you got a backtrace of how you got there? --

[Qemu-devel] about restore the pc of the guest code

2017-03-09 Thread oussema ben khedher
hi i search the pc of tb in the guest code i used the function cpu_restore_state_from_tb in cpu_exec_tb but the searching pc take 0 value can someone explain me why searching_pc is 0 or give me some hints thanks