[Qemu-devel] Re: qemu fix for ARM systems

2006-09-09 Thread Justin Fletcher
On Sat, 9 Sep 2006, Fabrice Bellard wrote: Hi, You should send your patches to the qemu-devel mailing list. Fair enough; as I mentioned, I couldn't find any contact address in the documentation, so I used the one from the website. The correct implementation for cache operations in QEMU is

[Qemu-devel] Re: qemu fix for ARM systems

2006-09-09 Thread Fabrice Bellard
Hi, You should send your patches to the qemu-devel mailing list. The correct implementation for cache operations in QEMU is to do nothing because QEMU guaranties memory coherency, so you should remove tb_flush(). Regarding the N and Z flags, there should be a discussion in the mailing list.