From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMwPh-0005Jp-4U for qemu-devel@nongnu.org; Tue, 12 Jul 2016 08:03:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMwPf-0003i5-0c for qemu-devel@nongnu.org; Tue, 12 Jul 2016 08:03:44 -0400 Received: from mail-vk0-x22f.google.com ([2607:f8b0:400c:c05::22f]:35180) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMwPe-0003hr-Lk for qemu-devel@nongnu.org; Tue, 12 Jul 2016 08:03:42 -0400 Received: by mail-vk0-x22f.google.com with SMTP id v6so18136358vkb.2 for ; Tue, 12 Jul 2016 05:03:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1468322097-2315-1-git-send-email-leon.alrae@imgtec.com> References: <1468322097-2315-1-git-send-email-leon.alrae@imgtec.com> From: Peter Maydell Date: Tue, 12 Jul 2016 13:03:22 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 00/11] target-mips queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leon Alrae Cc: QEMU Developers , Aurelien Jarno On 12 July 2016 at 12:14, Leon Alrae wrote: > Hi, > > This pull request adds MIPS CPS features needed to boot MIPSr6 SMP Linux on > multiple VPs, renames MIPS64R6-generic to I6400 and adds 10-bit ASID support. > > Thanks, > Leon > > Cc: Peter Maydell > Cc: Aurelien Jarno > > The following changes since commit e2c8f9e44e07d8210049abaa6042ec3c956f1dd4: > > Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into staging (2016-07-04 10:49:17 +0100) > > are available in the git repository at: > > git://github.com/lalrae/qemu.git tags/mips-20160712 > > for you to fetch changes up to cdc46fab07a122dfcc8a1054510a68d936ae3440: > > target-mips: enable 10-bit ASIDs in I6400 CPU (2016-07-12 09:10:21 +0100) > > ---------------------------------------------------------------- > MIPS patches 2016-07-12 > > Changes: > * support 10-bit ASIDs > * MIPS64R6-generic renamed to I6400 > * initial GIC support > * implement RESET_BASE register in CM GCR > > ---------------------------------------------------------------- Applied, thanks. -- PMM