From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJIfw-0007RY-Dd for qemu-devel@nongnu.org; Tue, 10 Sep 2013 03:47:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJIfr-0005uq-R9 for qemu-devel@nongnu.org; Tue, 10 Sep 2013 03:47:52 -0400 Date: Tue, 10 Sep 2013 09:47:43 +0200 From: Stefan Hajnoczi Message-ID: <20130910074743.GA10950@stefanha-thinkpad.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(-) Thanks, applied to my net-next tree: https://github.com/stefanha/qemu/commits/net-next Stefan