qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 355d4d: m68k: fix subx mem, mem instruction


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 355d4d: m68k: fix subx mem, mem instruction
Date: Tue, 01 May 2018 08:19:26 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 355d4d1c00e708907ff391c24ca708f1c9c06bf0
      
https://github.com/qemu/qemu/commit/355d4d1c00e708907ff391c24ca708f1c9c06bf0
  Author: Pavel Dovgalyuk <address@hidden>
  Date:   2018-04-30 (Mon, 30 Apr 2018)

  Changed paths:
    M target/m68k/translate.c

  Log Message:
  -----------
  m68k: fix subx mem, mem instruction

This patch fixes decrement of the pointers for subx mem, mem instructions.
Without the patch pointers are decremented by OS_* constant value instead of
retrieving the corresponding data size and using it as a decrement.

Signed-off-by: Pavel Dovgalyuk <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 981348af5c3c72335d95f6877abf702d80176eb3
      
https://github.com/qemu/qemu/commit/981348af5c3c72335d95f6877abf702d80176eb3
  Author: Laurent Vivier <address@hidden>
  Date:   2018-05-01 (Tue, 01 May 2018)

  Changed paths:
    M target/m68k/softfloat.c

  Log Message:
  -----------
  m68k: Fix floatx80_lognp1 (Coverity CID1390587)

return the result of packFloatx80() instead of
dropping it.

Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>


  Commit: 6361d2984ce88912976a34e1797a5ad5139c649b
      
https://github.com/qemu/qemu/commit/6361d2984ce88912976a34e1797a5ad5139c649b
  Author: Laurent Vivier <address@hidden>
  Date:   2018-05-01 (Tue, 01 May 2018)

  Changed paths:
    M target/m68k/softfloat.c

  Log Message:
  -----------
  m68k: remove dead code (Coverity CID1390617)

floatx80_sin() and floatx80_cos() are derived from one
sincos() function. They have both unused code coming from
their common origin. Remove it.

Signed-off-by: Laurent Vivier <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Message-Id: <address@hidden>


  Commit: 83dc62f6ed6b4f2afce71d579a630441cca0957c
      
https://github.com/qemu/qemu/commit/83dc62f6ed6b4f2afce71d579a630441cca0957c
  Author: Thomas Huth <address@hidden>
  Date:   2018-05-01 (Tue, 01 May 2018)

  Changed paths:
    M hw/m68k/mcf5208.c

  Log Message:
  -----------
  hw/m68k/mcf5208: Fix trivial typo in board description

It's the MCF5208 evaluation board, not the MCF5206 eval board.

Signed-off-by: Thomas Huth <address@hidden>
Reviewed-by: Laurent Vivier <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Laurent Vivier <address@hidden>


  Commit: 26bd8d98c4b3284a4c6fe3b67c98b1edd00e9beb
      
https://github.com/qemu/qemu/commit/26bd8d98c4b3284a4c6fe3b67c98b1edd00e9beb
  Author: Peter Maydell <address@hidden>
  Date:   2018-05-01 (Tue, 01 May 2018)

  Changed paths:
    M hw/m68k/mcf5208.c
    M target/m68k/softfloat.c
    M target/m68k/translate.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.13-pull-request' 
into staging

# gpg: Signature made Tue 01 May 2018 14:53:58 BST
# gpg:                using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <address@hidden>"
# gpg:                 aka "Laurent Vivier <address@hidden>"
# gpg:                 aka "Laurent Vivier (Red Hat) <address@hidden>"
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/vivier/tags/m68k-for-2.13-pull-request:
  hw/m68k/mcf5208: Fix trivial typo in board description
  m68k: remove dead code (Coverity CID1390617)
  m68k: Fix floatx80_lognp1 (Coverity CID1390587)
  m68k: fix subx mem, mem instruction

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/e0eff721e186...26bd8d98c4b3

reply via email to

[Prev in Thread] Current Thread [Next in Thread]