From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzrXm-0006mC-6T for qemu-devel@nongnu.org; Tue, 02 Jun 2015 15:08:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YzrXk-0005QT-MK for qemu-devel@nongnu.org; Tue, 02 Jun 2015 15:08:10 -0400 Received: from hall.aurel32.net ([2001:bc8:30d7:101::1]:34184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YzrXk-0005QP-H0 for qemu-devel@nongnu.org; Tue, 02 Jun 2015 15:08:08 -0400 Date: Tue, 2 Jun 2015 21:08:06 +0200 From: Aurelien Jarno Message-ID: <20150602190806.GA2136@aurel32.net> References: <1432729200-5322-1-git-send-email-hpoussin@reactos.org> <1432729200-5322-2-git-send-email-hpoussin@reactos.org> <20150602110224.GA26298@aurel32.net> <556DF03F.6040402@reactos.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <556DF03F.6040402@reactos.org> Subject: Re: [Qemu-devel] [PATCH v2 01/17] mips jazz: compile only in 64 bit little endian List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?iso-8859-15?Q?Herv=E9?= Poussineau Cc: Leon Alrae , qemu-devel@nongnu.org On 2015-06-02 20:04, Herv=E9 Poussineau wrote: > Le 02/06/2015 13:02, Aurelien Jarno a =E9crit : > >On 2015-05-27 14:19, Herv=E9 Poussineau wrote: > >>Remove now useless device models from other MIPS configurations > >> > >>We're now compiling 18 files less than before. > >> > >>Signed-off-by: Herv=E9 Poussineau > >>--- > >> default-configs/mips-softmmu.mak | 5 ----- > >> default-configs/mips64-softmmu.mak | 5 ----- > >> default-configs/mips64el-softmmu.mak | 1 + > >> default-configs/mipsel-softmmu.mak | 5 ----- > >> hw/mips/Makefile.objs | 3 ++- > >> hw/mips/mips_jazz.c | 5 ----- > >> tests/endianness-test.c | 4 ---- > >> 7 files changed, 3 insertions(+), 25 deletions(-) > >> > >>diff --git a/default-configs/mips-softmmu.mak b/default-configs/mips-so= ftmmu.mak > >>index cce2c81..f62a21a 100644 > >>--- a/default-configs/mips-softmmu.mak > >>+++ b/default-configs/mips-softmmu.mak > >>@@ -21,14 +21,9 @@ CONFIG_PIIX4=3Dy > >> CONFIG_IDE_ISA=3Dy > >> CONFIG_IDE_PIIX=3Dy > >> CONFIG_NE2000_ISA=3Dy > >>-CONFIG_RC4030=3Dy > >>-CONFIG_DP8393X=3Dy > >>-CONFIG_DS1225Y=3Dy > >> CONFIG_MIPSNET=3Dy > >> CONFIG_PFLASH_CFI01=3Dy > >>-CONFIG_G364FB=3Dy > >> CONFIG_I8259=3Dy > >>-CONFIG_JAZZ_LED=3Dy > >> CONFIG_MC146818RTC=3Dy > >> CONFIG_ISA_TESTDEV=3Dy > >> CONFIG_EMPTY_SLOT=3Dy > >>diff --git a/default-configs/mips64-softmmu.mak b/default-configs/mips6= 4-softmmu.mak > >>index 7a88a08..accedca 100644 > >>--- a/default-configs/mips64-softmmu.mak > >>+++ b/default-configs/mips64-softmmu.mak > >>@@ -21,14 +21,9 @@ CONFIG_PIIX4=3Dy > >> CONFIG_IDE_ISA=3Dy > >> CONFIG_IDE_PIIX=3Dy > >> CONFIG_NE2000_ISA=3Dy > >>-CONFIG_RC4030=3Dy > >>-CONFIG_DP8393X=3Dy > >>-CONFIG_DS1225Y=3Dy > >> CONFIG_MIPSNET=3Dy > >> CONFIG_PFLASH_CFI01=3Dy > >>-CONFIG_G364FB=3Dy > >> CONFIG_I8259=3Dy > >>-CONFIG_JAZZ_LED=3Dy > >> CONFIG_MC146818RTC=3Dy > >> CONFIG_ISA_TESTDEV=3Dy > >> CONFIG_EMPTY_SLOT=3Dy > > > >TTBOMK, MIPS Magnum machines are dual endian, so why remove the 64-bit > >big endian version? > > > >On the other hand, I am all for removing the 32-bit versions. > > >=20 > Yes, MIPS Magnum are dual endian. However, they always start in little-en= dian mode, and firmware switches CPU to big-endian if required. > If you prefer that I keep the 64 bit big-endian variant, I can do it. I guess QEMU doesn't support the endian switch, so we have to keep the two versions so that people can use either a little or a big endian guest. --=20 Aurelien Jarno GPG: 4096R/1DDD8C9B aurelien@aurel32.net http://www.aurel32.net