> On 25.11.2010, at 13:28, Paul Brook wrote: > >> Makefile.objs | 1 + > >> default-configs/i386-softmmu.mak | 1 + > >> default-configs/x86_64-softmmu.mak | 1 + > > > > Why are you only enabling this on x86? PCI devices, especially things > > like SATA controllers, should be completely target independent. > > Because without the mmio series it breaks on big endian devices and we have > to start somewhere :).
less than half of the targets are big-endian. If it's broken on big-endian there should be a comment somewhere documenting this, so we know to fix it. Paul