[PATCH v1 0/5] Fix LoongArch coverity error and cpu name bug

Xiaojuan Yang posted 5 patches 3 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220712080133.4176971-1-yangxiaojuan@loongson.cn
Maintainers: Xiaojuan Yang <yangxiaojuan@loongson.cn>, Song Gao <gaosong@loongson.cn>
There is a newer version of this series
hw/intc/loongarch_pch_pic.c   | 16 ++++++++++------
target/loongarch/cpu.c        | 11 ++++-------
target/loongarch/op_helper.c  |  2 +-
target/loongarch/tlb_helper.c |  4 ++--
4 files changed, 17 insertions(+), 16 deletions(-)
[PATCH v1 0/5] Fix LoongArch coverity error and cpu name bug
Posted by Xiaojuan Yang 3 years, 7 months ago
This series fix some errors for LoongArch virt machine
1. Fix coverity errors such as out-of-bounds, integer overflow,
cond_at_most, etc.
2. Fix loongarch_cpu_class_by_name function.

Xiaojuan Yang (5):
  target/loongarch/cpu: Fix cpu_class_by_name function
  hw/intc/loongarch_pch_pic: Fix coverity errors in update irq
  target/loongarch/cpu: Fix coverity errors about excp_names
  target/loongarch/tlb_helper: Fix coverity integer overflow error
  target/loongarch/op_helper: Fix coverity cond_at_most error

 hw/intc/loongarch_pch_pic.c   | 16 ++++++++++------
 target/loongarch/cpu.c        | 11 ++++-------
 target/loongarch/op_helper.c  |  2 +-
 target/loongarch/tlb_helper.c |  4 ++--
 4 files changed, 17 insertions(+), 16 deletions(-)

-- 
2.31.1