mbox

[PULL,0/3] target-mips queue

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

Pull-request

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

Message

Leon Alrae March 18, 2015, 2:37 p.m. UTC
Hi,

This pull request contains MIPS bug fixes for 2.3.

Thanks,
Leon

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

The following changes since commit 5a4992834daec85c3913654903fb9f4f954e585a:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' into staging (2015-03-17 11:43:00 +0000)

are available in the git repository at:

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

for you to fetch changes up to 0af7a37054310384e00209e0a43efe95b7c19ef0:

  target-mips: save cpu state before calling MSA load and store helpers (2015-03-18 09:58:15 +0000)

----------------------------------------------------------------
MIPS patches 2015-03-18

Changes:
* bug fixes

----------------------------------------------------------------
Leon Alrae (3):
      target-mips: fix CP0.BadVAddr by stopping translation on Address Error
      target-mips: fix hflags modified in delay / forbidden slot
      target-mips: save cpu state before calling MSA load and store helpers

 target-mips/translate.c | 22 ++++++++++++++++++----
 1 file changed, 18 insertions(+), 4 deletions(-)

Comments

Peter Maydell March 19, 2015, 2:10 p.m. UTC | #1
On 18 March 2015 at 14:37, Leon Alrae <leon.alrae@imgtec.com> wrote:
> Hi,
>
> This pull request contains MIPS bug fixes for 2.3.
>
> Thanks,
> Leon
>
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Aurelien Jarno <aurelien@aurel32.net>
>
> The following changes since commit 5a4992834daec85c3913654903fb9f4f954e585a:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' into staging (2015-03-17 11:43:00 +0000)
>
> are available in the git repository at:
>
>   git://github.com/lalrae/qemu.git tags/mips-20150318
>
> for you to fetch changes up to 0af7a37054310384e00209e0a43efe95b7c19ef0:
>
>   target-mips: save cpu state before calling MSA load and store helpers (2015-03-18 09:58:15 +0000)
>
> ----------------------------------------------------------------
> MIPS patches 2015-03-18
>
> Changes:
> * bug fixes

Applied, thanks.

-- PMM