mbox

[PULL,0/5] target-mips queue for 2.4

Message ID 1438077888-10384-1-git-send-email-leon.alrae@imgtec.com
State New
Headers show

Pull-request

git://github.com/lalrae/qemu.git tags/mips-20150728

Message

Leon Alrae July 28, 2015, 10:04 a.m. UTC
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.maydell@linaro.org>
Cc: Aurelien Jarno <aurelien@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(-)

Comments

Peter Maydell July 28, 2015, 4:09 p.m. UTC | #1
On 28 July 2015 at 11:04, Leon Alrae <leon.alrae@imgtec.com> 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 <peter.maydell@linaro.org>
> Cc: Aurelien Jarno <aurelien@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

Applied, thanks.

-- PMM