Re: [Qemu-devel] checking the number of target cpu cycles or instructions executed

2010-12-23 Thread Stefano Bonifazi
On 12/23/2010 06:42 PM, Andreas Färber wrote: Hi, Am 22.12.2010 um 13:19 schrieb Stefano Bonifazi: how can I check the number of target cpu cycles or target instructions executed inside qemu-user (i.e. qemu-ppc)? Is there any variable I can inspect for such informations? QEMU's emulation is

Re: [Qemu-devel] checking the number of target cpu cycles or instructions executed

2010-12-23 Thread Andreas Färber
Hi, Am 22.12.2010 um 13:19 schrieb Stefano Bonifazi: how can I check the number of target cpu cycles or target instructions executed inside qemu-user (i.e. qemu-ppc)? Is there any variable I can inspect for such informations? QEMU's emulation is not cycle-accurate, so you will not be able t

[Qemu-devel] checking the number of target cpu cycles or instructions executed

2010-12-22 Thread Stefano Bonifazi
Hi all! :) how can I check the number of target cpu cycles or target instructions executed inside qemu-user (i.e. qemu-ppc)? Is there any variable I can inspect for such informations? Thank you very much in advance! Stefano B.