From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK1kt-0006mC-0Q for qemu-devel@nongnu.org; Tue, 28 Jul 2015 06:05:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZK1kp-0007w5-Cz for qemu-devel@nongnu.org; Tue, 28 Jul 2015 06:05:02 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:22083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZK1kp-0007uj-7V for qemu-devel@nongnu.org; Tue, 28 Jul 2015 06:04:59 -0400 From: Leon Alrae Date: Tue, 28 Jul 2015 11:04:43 +0100 Message-ID: <1438077888-10384-1-git-send-email-leon.alrae@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/5] target-mips queue for 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Aurelien Jarno 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 f8787f8723eaca1be99e3b1873e54de163fffa= 93: 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-0= 7-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 ---------------------------------------------------------------- Herv=C3=A9 Poussineau (3): net/dp8393x: disable user creation net/dp8393x: remove check of runt packets net/dp8393x: do not use memory_region_init_rom_device with NULL Leon Alrae (1): target-mips: fix passing incompatible pointer type in machine.c Yongbok Kim (1): target-mips: fix offset calculation for Interrupts hw/net/dp8393x.c | 17 ++++++++++------- target-mips/helper.c | 46 +++++++++++++++++++++----------------------= --- target-mips/machine.c | 3 ++- target-mips/op_helper.c | 2 -- 4 files changed, 33 insertions(+), 35 deletions(-)