qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH v7 11/29] target/loongarch: Add LoongArch interrupt and e


From: Richard Henderson
Subject: Re: [RFC PATCH v7 11/29] target/loongarch: Add LoongArch interrupt and exception handle
Date: Mon, 28 Mar 2022 14:19:29 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 3/28/22 06:57, Xiaojuan Yang wrote:
1.This patch Add loongarch interrupt and exception handle.
2.Rename the user excp to the exccode from the csr defintions.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
---
  linux-user/loongarch64/cpu_loop.c             |   8 +-
  target/loongarch/cpu.c                        | 260 +++++++++++++++++-
  target/loongarch/cpu.h                        |  11 -
  target/loongarch/fpu_helper.c                 |   2 +-
  target/loongarch/insn_trans/trans_extra.c.inc |   4 +-
  target/loongarch/translate.c                  |   2 +-
  6 files changed, 261 insertions(+), 26 deletions(-)

To repeat my response to the cover letter, the changes in this patch should be folded back into the original patches defining the base architecture.


r~



reply via email to

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