> I have a question concerning the system emulation features : what is > missing in the implementation of qemu to get a system emulation of a big > endian ARM1026 target (like qemu-armeb for user emulation) ?
In theory most of the bits should be there. However I don't have big-endian hardware to test against, and don't know if linux supports big-endian mode on the hardware qemu emulates. It's likely that many of the emulated devices get it wrong, because I've never made the effort to figure out what the correct behavior is. Paul