Hi,
Is there a scheduled release update to support ARM v8 architecture?
Best regards,
Ronen Meir
Hi
Is there a way to perform a performance analysis using QEMU for a set of
different programs
?
Thanks
Ronen
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
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
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