qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] f33043: target/riscv: Fix manually parsed 16


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] f33043: target/riscv: Fix manually parsed 16 bit insn
Date: Mon, 18 Mar 2019 03:22:07 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: f330433b3633647b047cfa418c2ca4d18fda69c7
      
https://github.com/qemu/qemu/commit/f330433b3633647b047cfa418c2ca4d18fda69c7
  Author: Bastian Koppelmann <address@hidden>
  Date:   2019-03-17 (Sun, 17 Mar 2019)

  Changed paths:
    M target/riscv/insn_trans/trans_rvc.inc.c

  Log Message:
  -----------
  target/riscv: Fix manually parsed 16 bit insn

during the refactor to decodetree we removed the manual decoding that is
necessary for c.jal/c.addiw and removed the translation of c.flw/c.ld
and c.fsw/c.sd. This reintroduces the manual parsing and the
omited implementation.

Signed-off-by: Bastian Koppelmann <address@hidden>
Tested-by: Palmer Dabbelt <address@hidden>
Reviewed-by: Alistair Francis <address@hidden>
Tested-by: Alistair Francis <address@hidden>
Signed-off-by: Palmer Dabbelt <address@hidden>


  Commit: 1d023a5296dcf98272eb9ffbfdc6ef1e820c969b
      
https://github.com/qemu/qemu/commit/1d023a5296dcf98272eb9ffbfdc6ef1e820c969b
  Author: Peter Maydell <address@hidden>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M target/riscv/insn_trans/trans_rvc.inc.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-4.0-rc0' into 
staging

A Single RISC-V Patch for 4.0-rc0

There was a regression introduced by the decodetree conversion that has
a fairly straight-forward fix.  Since this fixes bugs that everyone has
hit I'd like to target it for rc0.

# gpg: Signature made Mon 18 Mar 2019 05:26:07 GMT
# gpg:                using RSA key 00CE76D1834960DFCE886DF8EF4CA1502CCBAB41
# gpg:                issuer "address@hidden"
# gpg: Good signature from "Palmer Dabbelt <address@hidden>" [unknown]
# gpg:                 aka "Palmer Dabbelt <address@hidden>" [unknown]
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg:          There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 00CE 76D1 8349 60DF CE88  6DF8 EF4C A150 2CCB AB41

* remotes/palmer/tags/riscv-for-4.0-rc0:
  target/riscv: Fix manually parsed 16 bit insn

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


Compare: https://github.com/qemu/qemu/compare/d4e65539e570...1d023a5296dc



reply via email to

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