Hello, Can I get some clarity about the fast path load/store to RAM memory for x86 systems guest? I would like to understand more about how Qemu read/write into the guest RAM?
I’m trying to implement a type of cache to record the addresses being accessed by load/store instructions. Thank you,