Re: notdirty_write thrashing in simple for loop

2021-05-23 Thread BALATON Zoltan
On Sun, 23 May 2021, Mark Watson wrote: Hi On Sun, 23 May 2021 at 15:41, BALATON Zoltan wrote: I think you need to be more specific about details or even better provide a way to reproduce it without your hardware if possible otherwise people will not get what you're seeing. From the above it's

Re: notdirty_write thrashing in simple for loop

2021-05-23 Thread Mark Watson
Hi On Sun, 23 May 2021 at 15:41, BALATON Zoltan wrote: > I think you need to be more specific about details or even better provide > a way to reproduce it without your hardware if possible otherwise people > will not get what you're seeing. From the above it's not clear to me if > you're emulati

Re: notdirty_write thrashing in simple for loop

2021-05-23 Thread BALATON Zoltan
Hello, On Tue, 18 May 2021, Mark Watson wrote: I'm trying to implement my own machine for amiga emulation using a software cpu and fpga hardware. For this I have built my own machine which consists of a large malloced ram block and some fpga hardware mmapped elsewhere into the memory space. I'm

notdirty_write thrashing in simple for loop

2021-05-18 Thread Mark Watson
Hi, I'm trying to implement my own machine for amiga emulation using a software cpu and fpga hardware. For this I have built my own machine which consists of a large malloced ram block and some fpga hardware mmapped elsewhere into the memory space. I'm using qemu to emulate a 68040 on an arm cort