From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK7S3-0002pC-BV for qemu-devel@nongnu.org; Tue, 28 Jul 2015 12:10:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZK7Rz-0007tc-A5 for qemu-devel@nongnu.org; Tue, 28 Jul 2015 12:09:59 -0400 Received: from mail-vn0-f53.google.com ([209.85.216.53]:35927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK7Rz-0007tR-7N for qemu-devel@nongnu.org; Tue, 28 Jul 2015 12:09:55 -0400 Received: by vnk197 with SMTP id 197so44680758vnk.3 for ; Tue, 28 Jul 2015 09:09:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1438077888-10384-1-git-send-email-leon.alrae@imgtec.com> References: <1438077888-10384-1-git-send-email-leon.alrae@imgtec.com> From: Peter Maydell Date: Tue, 28 Jul 2015 17:09:35 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PULL 0/5] target-mips queue for 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Leon Alrae Cc: QEMU Developers , Aurelien Jarno On 28 July 2015 at 11:04, Leon Alrae wrote: > Hi, > > This last minute pull request for -rc3 contains target-mips bug fixes and > it also includes recent Herve's dp8393x fixes. > > Thanks, > Leon > > Cc: Peter Maydell > Cc: Aurelien Jarno > > The following changes since commit f8787f8723eaca1be99e3b1873e54de163fffa93: > > Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150727' into staging (2015-07-27 19:37:09 +0100) > > are available in the git repository at: > > git://github.com/lalrae/qemu.git tags/mips-20150728 > > for you to fetch changes up to 52579c681cb12bf64de793e85edc50d990f4d42f: > > net/dp8393x: do not use memory_region_init_rom_device with NULL (2015-07-28 09:30:10 +0100) > > ---------------------------------------------------------------- > MIPS patches 2015-07-28 > > Changes: > * net/dp8393x fixes > * Vectored Interrupts bug fix > * fix for a bug in machine.c which was provoking a warning on FreeBSD Applied, thanks. -- PMM