From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEg6S-0004QK-An for qemu-devel@nongnu.org; Wed, 28 Aug 2013 09:48:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEg6M-0007vv-NK for qemu-devel@nongnu.org; Wed, 28 Aug 2013 09:48:08 -0400 Date: Wed, 28 Aug 2013 15:47:41 +0200 From: Stefan Hajnoczi Message-ID: <20130828134741.GC12214@stefanha-thinkpad.muc.redhat.com> References: <1377692259-19959-1-git-send-email-aurelien@aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377692259-19959-1-git-send-email-aurelien@aurel32.net> Subject: Re: [Qemu-devel] [PATCH] pcnet-pci: mark I/O and MMIO as LITTLE_ENDIAN List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: Paolo Bonzini , qemu-devel@nongnu.org, qemu-stable@nongnu.org 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 work again on big endian MIPS Malta > (default NIC). > > Cc: qemu-stable@nongnu.org > Signed-off-by: Aurelien Jarno > --- > hw/net/pcnet-pci.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Stefan Hajnoczi