Re: [Qemu-devel] [PATCH 08/28] mips_malta: do not use isa_mmio

2013-08-28 Thread Paolo Bonzini
Il 28/08/2013 13:13, Aurelien Jarno ha scritto: > On Wed, Aug 28, 2013 at 01:03:01PM +0200, Aurelien Jarno wrote: >> On Mon, Jul 22, 2013 at 03:54:18PM +0200, Paolo Bonzini wrote: >>> This fixes endianness bugs in I/O port access. >> >> It looks like it actually did the reverse, ie introducing endi

Re: [Qemu-devel] [PATCH 08/28] mips_malta: do not use isa_mmio

2013-08-28 Thread Aurelien Jarno
On Wed, Aug 28, 2013 at 01:03:01PM +0200, Aurelien Jarno wrote: > On Mon, Jul 22, 2013 at 03:54:18PM +0200, Paolo Bonzini wrote: > > This fixes endianness bugs in I/O port access. > > It looks like it actually did the reverse, ie introducing endianness > bugs. With this patch, the pcnet-pci NIC (d

Re: [Qemu-devel] [PATCH 08/28] mips_malta: do not use isa_mmio

2013-08-28 Thread Aurelien Jarno
On Mon, Jul 22, 2013 at 03:54:18PM +0200, Paolo Bonzini wrote: > This fixes endianness bugs in I/O port access. It looks like it actually did the reverse, ie introducing endianness bugs. With this patch, the pcnet-pci NIC (default NIC card) doesn't work any more on big endian Malta, while it still