Hi, I'm an undergrad pursuing a computer science degree. Currently, I'm going through the Qemu code. I want to find the function that triggers in Qemu when the guest os issues a write request to its main memory. At this point, I have checked the address_space_write() and cpu_physical_memory_write() functions, and they are not handling what I'm looking for. Can someone please help me?
I appreciate any help you can provide.
Best Regards
Samindu