From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9vCi-0005oI-FB for qemu-devel@nongnu.org; Tue, 30 Jun 2015 09:04:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9vCe-000158-DK for qemu-devel@nongnu.org; Tue, 30 Jun 2015 09:04:00 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:54189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9vCe-00014T-7V for qemu-devel@nongnu.org; Tue, 30 Jun 2015 09:03:56 -0400 Message-ID: <559293AD.4040801@imgtec.com> Date: Tue, 30 Jun 2015 14:03:41 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1435569083-47502-1-git-send-email-yongbok.kim@imgtec.com> In-Reply-To: <1435569083-47502-1-git-send-email-yongbok.kim@imgtec.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-mips: fix MIPS64R6-generic configuration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yongbok Kim , qemu-devel@nongnu.org Cc: aurelien@aurel32.net On 29/06/2015 10:11, Yongbok Kim wrote: > Fix core configuration for MIPS64R6-generic to make it as close as > I6400. > I6400 core has 48-bit of Virtual Address available (SEGBITS). > MIPS SIMD Architecture is available. > Rearrange order of bits to match the specification. > > Signed-off-by: Yongbok Kim > --- > target-mips/mips-defs.h | 2 +- > target-mips/translate_init.c | 18 +++++++++--------- > 2 files changed, 10 insertions(+), 10 deletions(-) Applied to mips-next, thanks. Leon