From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT7JF-00024n-1c for qemu-devel@nongnu.org; Fri, 29 Jul 2016 08:54:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bT7JD-0003Zn-2i for qemu-devel@nongnu.org; Fri, 29 Jul 2016 08:54:35 -0400 Received: from mail-ua0-x233.google.com ([2607:f8b0:400c:c08::233]:33936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bT7JC-0003Z1-Gz for qemu-devel@nongnu.org; Fri, 29 Jul 2016 08:54:35 -0400 Received: by mail-ua0-x233.google.com with SMTP id 35so61119788uap.1 for ; Fri, 29 Jul 2016 05:54:34 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1469783472-18639-1-git-send-email-leon.alrae@imgtec.com> References: <1469783472-18639-1-git-send-email-leon.alrae@imgtec.com> From: Peter Maydell Date: Fri, 29 Jul 2016 13:54:14 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/2] target-mips queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leon Alrae Cc: QEMU Developers , Aurelien Jarno On 29 July 2016 at 10:11, Leon Alrae wrote: > Hi, > > Just a couple of bug fixes for rc1. > > Thanks, > Leon > > Cc: Peter Maydell > Cc: Aurelien Jarno > > The following changes since commit 21a21b853a1bb606358af61e738abfb9aecbd720: > > Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2016-07-27 18:18:21 +0100) > > are available in the git repository at: > > git://github.com/lalrae/qemu.git tags/mips-20160729 > > for you to fetch changes up to 701074a6fc7470d0ed54e4a4bcd4d491ad8da22e: > > target-mips: fix EntryHi.EHINV being cleared on TLB exception (2016-07-28 11:24:02 +0100) > > ---------------------------------------------------------------- > MIPS patches 2016-07-29 > > Changes: > * bug fixes Applied, thanks. -- PMM