From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnSCH-0006M9-I7 for qemu-devel@nongnu.org; Fri, 23 Sep 2016 11:15:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnSCG-0003iK-58 for qemu-devel@nongnu.org; Fri, 23 Sep 2016 11:15:29 -0400 Received: from mail-ua0-x22d.google.com ([2607:f8b0:400c:c08::22d]:35878) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnSCF-0003iF-Vm for qemu-devel@nongnu.org; Fri, 23 Sep 2016 11:15:28 -0400 Received: by mail-ua0-x22d.google.com with SMTP id 15so44458629uai.3 for ; Fri, 23 Sep 2016 08:15:27 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1474615210-9006-1-git-send-email-leon.alrae@imgtec.com> References: <1474615210-9006-1-git-send-email-leon.alrae@imgtec.com> From: Peter Maydell Date: Fri, 23 Sep 2016 16:15:07 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/9] target-mips queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leon Alrae Cc: QEMU Developers , Aurelien Jarno On 23 September 2016 at 08:20, Leon Alrae wrote: > Hi, > > Here's my queue with the MIPS patches I've accumulated so far. > > Thanks, > Leon > > Cc: Peter Maydell > Cc: Aurelien Jarno > > The following changes since commit 430da7a81d356e368ccd88dcca60f38da9aa5b9a: > > Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160915' into staging (2016-09-22 15:39:54 +0100) > > are available in the git repository at: > > git://github.com/lalrae/qemu.git tags/mips-20160923 > > for you to fetch changes up to fea55615b2f924128e115ceb2265069561b03ef8: > > linux-user: Add missing Mips syscalls items in strace.list (2016-09-23 07:07:36 +0100) > > ---------------------------------------------------------------- > MIPS patches 2016-09-23 > > Changes: > * 24KEc CPU definition > * SYNC instructions make use of tcg memory barrier ops > * various MIPS linux-user bug fixes > > ---------------------------------------------------------------- Applied, thanks. -- PMM