qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/10] target-mips queue
@ 2015-09-18 11:25 Leon Alrae
  2015-09-18 11:25 ` [Qemu-devel] [PULL 01/10] target-mips: Use tcg_gen_extrh_i64_i32 Leon Alrae
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Leon Alrae @ 2015-09-18 11:25 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Aurelien Jarno

Hi,

This pull request contains various fixes, improvements and clean-ups.

Thanks,
Leon

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>

The following changes since commit 16a1b6e97c2a2919fd296db4bea2f9da2ad3cc4d:

  target-cris: update CPU state save/load to use VMStateDescription (2015-09-17 14:31:38 +0100)

are available in the git repository at:

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

for you to fetch changes up to 9c708c7f9fbb813a3fac02f2728e51e62f2f5ffc:

  target-mips: improve exception handling (2015-09-18 12:07:24 +0100)

----------------------------------------------------------------
MIPS patches 2015-09-18

Changes:
* fixes for rdhwr, tlbwr, mtc0, recip.fmt, rsqrt.fmt and daui instructions
* removal of MIPS_DEBUG code
* use tcg_gen_extrh_i64_i32()
* improve random tlb index generation in cpu_mips_get_random()
* exception handling improvements to correctly restore icount

----------------------------------------------------------------
Alex Smith (1):
      target-mips: Fix RDHWR on CP0.Count

Aurelien Jarno (2):
      target-mips: get rid of MIPS_DEBUG
      target-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONS

Leon Alrae (3):
      target-mips: fix corner case in TLBWR causing QEMU to hang
      target-mips: add missing restriction in DAUI instruction
      target-mips: correct MTC0 instruction on MIPS64

Pavel Dovgaluk (1):
      target-mips: improve exception handling

Petar Jovanovic (1):
      target-mips: remove wrong checks for recip.fmt and rsqrt.fmt

Richard Henderson (1):
      target-mips: Use tcg_gen_extrh_i64_i32

Serge Vakulenko (1):
      pic32: use LCG algorithm for generated random index of TLBWR instruction

 hw/mips/cputimer.c       |   14 +-
 target-mips/cpu.h        |   24 +
 target-mips/helper.h     |    1 +
 target-mips/msa_helper.c |  158 ++++---
 target-mips/op_helper.c  |  263 ++++++-----
 target-mips/translate.c  | 1104 ++++++++++------------------------------------
 6 files changed, 496 insertions(+), 1068 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-09-18 13:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18 11:25 [Qemu-devel] [PULL 00/10] target-mips queue Leon Alrae
2015-09-18 11:25 ` [Qemu-devel] [PULL 01/10] target-mips: Use tcg_gen_extrh_i64_i32 Leon Alrae
2015-09-18 11:25 ` [Qemu-devel] [PULL 02/10] target-mips: remove wrong checks for recip.fmt and rsqrt.fmt Leon Alrae
2015-09-18 11:25 ` [Qemu-devel] [PULL 03/10] target-mips: Fix RDHWR on CP0.Count Leon Alrae
2015-09-18 11:25 ` [Qemu-devel] [PULL 04/10] target-mips: get rid of MIPS_DEBUG Leon Alrae
2015-09-18 11:25 ` [Qemu-devel] [PULL 05/10] target-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONS Leon Alrae
2015-09-18 11:25 ` [Qemu-devel] [PULL 06/10] pic32: use LCG algorithm for generated random index of TLBWR instruction Leon Alrae
2015-09-18 11:25 ` [Qemu-devel] [PULL 07/10] target-mips: fix corner case in TLBWR causing QEMU to hang Leon Alrae
2015-09-18 11:25 ` [Qemu-devel] [PULL 08/10] target-mips: add missing restriction in DAUI instruction Leon Alrae
2015-09-18 11:25 ` [Qemu-devel] [PULL 09/10] target-mips: correct MTC0 instruction on MIPS64 Leon Alrae
2015-09-18 11:25 ` [Qemu-devel] [PULL 10/10] target-mips: improve exception handling Leon Alrae
2015-09-18 13:42 ` [Qemu-devel] [PULL 00/10] target-mips queue Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).