Re: [Qemu-devel] MMU and Physical<->Virtual address conversion

2007-06-21 Thread amateur
On Thu, Jun 21, 2007 at 12:10:38AM -0700, Shane Hummer-Smith wrote: > Hello, > > I am trying to experiment with the memory management unit in QEMU, but I > don't seem to be able to wrap my head around the source code. Can somebody > help me figure out how the physical to virtual address translatio

[Qemu-devel] MMU and Physical<->Virtual address conversion

2007-06-21 Thread Shane Hummer-Smith
Hello, I am trying to experiment with the memory management unit in QEMU, but I don't seem to be able to wrap my head around the source code. Can somebody help me figure out how the physical to virtual address translation and vice-versa is implemented in QEMU? Any pointer would be appreciated. Th