[Qemu-discuss] icount

2014-01-08 Thread Hendrik Greving
trace based in an ARM application, is there already something in QEMU that can do that? If not, is a good way to go to check target-arm/translate.c? The num_insns there, is that a floating window - instruction count? Thanks, Regards, Hendrik Greving

Re: [Qemu-discuss] icount

2014-01-10 Thread Hendrik Greving
Thanks! On Fri, Jan 10, 2014 at 1:17 AM, Sebastian Ottlik wrote: > Hi, > > the -icount feature does actually count the number of executed > instructions (with a TB granularity). It is not output directly but used to > simulate the system clock after being scaled by N. In theory this should > al

Re: [Qemu-discuss] icount

2014-01-10 Thread Hendrik Greving
That's kind of what I thought. - Hendrik On Fri, Jan 10, 2014 at 12:14 PM, Hendrik Greving < hendrik.greving@gmail.com> wrote: > Thanks! > > > On Fri, Jan 10, 2014 at 1:17 AM, Sebastian Ottlik wrote: > >> Hi, >> >> the -icount featur

[Qemu-discuss] Vexpress Linaro a15

2014-02-27 Thread Hendrik Greving
=/dev/mmcblk0p2 vga=normal mem=1024M devtmpfs.mount=0 rw" -drive file=vexpress.img,if=sd,cache=writeback and it just hangs. cortex-a9 works just fine. Could anybody who knows by any chance point me to a working Linaro image that works with cortex-a15? Regards, Thanks, Hendrik Greving

[Qemu-discuss] in_asm, singlestep

2014-04-17 Thread Hendrik Greving
_asm, that some instructions are not getting printed? Also are there issues with SMC? The application I am running does have some SMC code. Thanks, Regards, Hendrik Greving