Re: [Qemu-devel] [PATCH] pcnet-pci: mark I/O and MMIO as LITTLE_ENDIAN

2013-09-10 Thread Stefan Hajnoczi
On Wed, Aug 28, 2013 at 02:17:39PM +0200, Aurelien Jarno wrote: > Now that the memory subsystem is propagating the endianness correctly, > the pcnet-pci device should have its I/O ports and MMIO memory marked > as LITTLE_ENDIAN, as PCI devices are little endian. > > This makes the pcnet-pci NIC to

Re: [Qemu-devel] [PATCH] pcnet-pci: mark I/O and MMIO as LITTLE_ENDIAN

2013-08-28 Thread Stefan Hajnoczi
On Wed, Aug 28, 2013 at 02:17:39PM +0200, Aurelien Jarno wrote: > Now that the memory subsystem is propagating the endianness correctly, > the pcnet-pci device should have its I/O ports and MMIO memory marked > as LITTLE_ENDIAN, as PCI devices are little endian. > > This makes the pcnet-pci NIC to