On Mon, Aug 21, 2006 at 10:59:10PM +0900, Atsushi Nemoto wrote: > On Mon, 21 Aug 2006 13:45:03 +0100 (BST), "Maciej W. Rozycki" <macro@xxxxxxxxxxxxxx> wrote: > > Hmm, it looks like a bug in QEMU -- we should definitely implement them! > > Well, the QEMU cpu has 2-way 2kB dcache... does not have aliasing > anyway. :-) > > Or we can just remove cpu_has_dc_aliases from the file and use generic > definition. The CPU emulated by Qemu might change eventually so I think this is preferable. Ralf