Re: [Qemu-devel] Addming new options to the QEMU monitor

2011-03-15 Thread Vincent Palatin
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

[Qemu-devel] Addming new options to the QEMU monitor

2011-03-15 Thread Marco Boni
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.