qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v4 1/2] hw/intc: Fix LoongArch extioi function


From: Richard Henderson
Subject: Re: [PATCH v4 1/2] hw/intc: Fix LoongArch extioi function
Date: Fri, 30 Sep 2022 07:08:38 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 9/30/22 02:51, Xiaojuan Yang wrote:
1.When cpu read or write extioi COREISR reg, it should access
the reg belonged to itself, so the index of 's->coreisr' is
current cpu number. Using MemTxAttrs' requester_type and id
to get the cpu index.
2.Remove the unused extioi system memory region and we only
support the extioi iocsr memory region now.

Based-on:<20220927141504.3886314-1-alex.bennee@linaro.org>
Signed-off-by: Xiaojuan Yang<yangxiaojuan@loongson.cn>
---
  hw/intc/loongarch_extioi.c      | 51 +++++++++++++++++++--------------
  hw/intc/trace-events            |  2 +-
  target/loongarch/iocsr_helper.c | 16 +++++------
  3 files changed, 38 insertions(+), 31 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

For future reference, the Based-on: tag belongs in the cover letter.


r~



reply via email to

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