Re: [Qemu-devel] TLB collision

2011-11-25 Thread Blue Swirl
On Thu, Nov 24, 2011 at 09:53, Michael Rolnik wrote: > Hi all, > I have a question regarding MMU. > I've built a SPARC based small embedded system. > at this system addresses 0x-0x8000  (32KB) belong to ROM and > 0x8000 - 0x8001 to RAM. > the problem is that when a code from fi

Re: [Qemu-devel] TLB collision

2011-11-24 Thread Andreas Färber
Hi, Am 24.11.2011 10:53, schrieb Michael Rolnik: > I have a question regarding MMU. > I've built a SPARC based small embedded system. You've already sent this two times. What you keep forgetting is to cc the sparc maintainer and to tell us whether this is sparc32 or sparc64. The latter was rather

[Qemu-devel] TLB collision

2011-11-24 Thread Michael Rolnik
Hi all, I have a question regarding MMU. I've built a SPARC based small embedded system. at this system addresses 0x-0x8000 (32KB) belong to ROM and 0x8000 - 0x8001 to RAM. the problem is that when a code from first ROM page accesses a memory at the address 0x8000 there is