Hello, List!I have a collection of ARMv8 register names. I need to add special logging mode to QEMU so that every time it is enabled, every write access to any of the specified registers will produce a new record to log, including register name and a value to be written.
Is it possible to accomplish such a task? If yes, where shall I find functions that implement "writing to register" functionality?
Thanks in advance! Sincerely yours, Sergey Smolov