This patch breaks the ethernet device for big endian malta on x86 (little endian malta works).
Tested with NFS root and Debian 2.6.20 kernel like this: mips-softmmu/qemu-system-mips --kernel /tftpboot/malta/boot/vmlinux \ --append "debug root=/dev/nfs rw ip=::::malta::dhcp" \ -M malta --net nic --net user >From boot messages, I expect no PCI device will work with big endian: LE: Found 0000:00:0a:0 [8086/7110] 000601 00 BE: Found 0000:00:0a:0 [1071/8680] 000000 00 Device and vendor IDs are in wrong order. Stefan Thiemo Seufer schrieb: > CVSROOT: /sources/qemu > Module name: qemu > Changes by: Thiemo Seufer <ths> 07/06/07 17:00:37 > > Modified files: > hw : gt64xxx.c > > Log message: > Implement some more Gallileo registers. > > CVSWeb URLs: > http://cvs.savannah.gnu.org/viewcvs/qemu/hw/gt64xxx.c?cvsroot=qemu&r1=1.9&r2=1.10