Re: [Qemu-devel] Virtual Address translation in QEMU

2013-11-16 Thread Peter Maydell
On 15 November 2013 23:37, Fardin Abdi wrote: > I need to deal with all the load and store functions in ARM architecture. > Basically, I want to record all the load and store instructions along with > their address. > > There is a TLB in QEMU that is flushed with every context switch. So, as I > u

[Qemu-devel] Virtual Address translation in QEMU

2013-11-16 Thread Fardin Abdi
Hi, I need to deal with all the load and store functions in ARM architecture. Basically, I want to record all the load and store instructions along with their address. There is a TLB in QEMU that is flushed with every context switch. So, as I understand, for every data request to memory, QEMU loo