[PATCH 0/5] target/riscv: Coverity fixes

Daniel Henrique Barboza posted 5 patches 1 day, 5 hours ago
target/riscv/cpu_helper.c |  4 +++-
target/riscv/csr.c        | 24 +++---------------------
2 files changed, 6 insertions(+), 22 deletions(-)
[PATCH 0/5] target/riscv: Coverity fixes
Posted by Daniel Henrique Barboza 1 day, 5 hours ago
Hi,

This series contains Coverity fixes for issues found in the latest
RISC-V pull made yesterday.

Coverity CIDs being resolved: 1590355, 1590356, 1590357, 1590358 and
1590359.

Patches based on master. 
 

Daniel Henrique Barboza (5):
  target/riscv/csr.c: fix deadcode in rmw_xireg()
  target/riscv/csr.c: fix 'ret' deadcode in rmw_xireg()
  target/riscv/csr.c: fix deadcode in rmw_xiregi()
  target/riscv/csr.c: fix deadcode in aia_smode32()
  target/riscv/cpu_helper.c: fix bad_shift in riscv_cpu_interrupt()

 target/riscv/cpu_helper.c |  4 +++-
 target/riscv/csr.c        | 24 +++---------------------
 2 files changed, 6 insertions(+), 22 deletions(-)

-- 
2.47.1