Re: [Qemu-devel] [PATCH] ne2000: mark I/O as LITTLE_ENDIAN

2013-09-06 Thread Stefan Hajnoczi
On Wed, Sep 04, 2013 at 10:39:12AM +0200, Stefan Hajnoczi wrote: > On Mon, Sep 02, 2013 at 01:10:34PM +0200, Aurelien Jarno wrote: > > Now that the memory subsystem is propagating the endianness correctly, > > the ne2000 device should have its I/O ports marked as LITTLE_ENDIAN, as > > PCI devices a

Re: [Qemu-devel] [PATCH] ne2000: mark I/O as LITTLE_ENDIAN

2013-09-04 Thread Stefan Hajnoczi
On Mon, Sep 02, 2013 at 01:10:34PM +0200, Aurelien Jarno wrote: > Now that the memory subsystem is propagating the endianness correctly, > the ne2000 device should have its I/O ports marked as LITTLE_ENDIAN, as > PCI devices are little endian. > > This makes the ne2000 NIC to work again on PowerPC

[Qemu-devel] [PATCH] ne2000: mark I/O as LITTLE_ENDIAN

2013-09-02 Thread Aurelien Jarno
Now that the memory subsystem is propagating the endianness correctly, the ne2000 device should have its I/O ports marked as LITTLE_ENDIAN, as PCI devices are little endian. This makes the ne2000 NIC to work again on PowerPC. Cc: qemu-sta...@nongnu.org Cc: Stefan Hajnoczi Signed-off-by: Aurelien