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 <peter.mayd...@linaro.org> Cc: Aurelien Jarno <aurel...@aurel32.net> 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 ---------------------------------------------------------------- Hervé 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(-)