Re: Add Custom Machine in Qemu-4.2.0 or newer

2021-11-03 Thread abhijeet inamdar
Hi, In a machine definition can there be a two different "cpu-type" ( say ARM M or A or R)that can be emulated ? (if it make sense). BR. Abhijeet. On Tue, 2 Nov, 2021, 15:49 Peter Maydell, wrote: > On Tue, 2 Nov 2021 at 14:39, abhijeet inamdar > wrote: > > > > Can you elaborate the Testing

Recording virtual memory addresses made by the Guest

2021-11-03 Thread Arnabjyoti Kalita
Hello all, I have a requirement to record all the load and store addresses that a guest makes. I have determined that the load and store address information can be determined from the below functions - static inline uint64_t cpu_load_helper(CPUArchState *env, abi_ptr addr, ...); and static