[Qemu-discuss] support ARM V8

2014-09-22 Thread Ronen Meir
Hi, Is there a scheduled release update to support ARM v8 architecture? Best regards, Ronen Meir

[Qemu-discuss] performance analysis

2014-10-06 Thread Ronen Meir
Hi Is there a way to perform a performance analysis using QEMU for a set of different programs ? Thanks Ronen

[Qemu-discuss] inspect an instruction inside the translation block

2014-11-09 Thread Ronen Meir
Hello all, I'm using Qemu with ARM as target OS. As far as I understand QEMU executes full translation blocks (TB). I would like to isolate and debug a specific instruction within a translation block. Any idea? Regards Ronen

Re: [Qemu-discuss] inspect an instruction inside the translation block

2014-11-10 Thread Ronen Meir
nd to implement our hooks. Is it possible? Thanks Ronen -Original Message- From: Peter Maydell [mailto:peter.mayd...@linaro.org] Sent: Sunday, November 09, 2014 6:41 PM To: Ronen Meir Cc: qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] inspect an instruction inside the translation block

[Qemu-discuss] logging CPU state during loops

2014-12-07 Thread Ronen Meir
Hello, I'm running a simple program with loops. Using QEMU in ARM user mode. When I use the " -singlestep -d cpu" options to get the cpu state upon each translation I get it only for the 1st iteration and the last iteration of the loop, while all the rest are not logged to the log file. Any ide