On Tue, Mar 15, 2011 at 11:28, Marco Boni wrote:
> I would like to have some hints on how to implement new options in the QEMU
> monitor.
>
> In particular, I would like to add an instruction counter, so that I can
> press CTRL+ALT+2 and type something like "instruction_counter", and get the
> num
Hi.
I would like to have some hints on how to implement new options in the
QEMU monitor.
In particular, I would like to add an instruction counter, so that I can
press CTRL+ALT+2 and type something like "instruction_counter", and get
the number of instructions that have been executed so far.