qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] emulation cycle number implementation


From: Sergey Smolov
Subject: [Qemu-devel] emulation cycle number implementation
Date: Thu, 07 Sep 2017 19:30:29 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0

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

[Prev in Thread] Current Thread [Next in Thread]