Hello, List!

I'm running MIPS assembler programs on QEMU. I need to log some events that happen through emulation (writes to some registers, for example). When an event happens, I need to print not only the event-related information, but an "emulation cycle number" also. This number should be an integer increasing value that is similar to real hardware clock.

How to implement this in QEMU? May QEMU timers be helpful in solving such a problem?

Thanks in advance.

--
Sincerely yours,
Sergey Smolov


Reply via email to