Re: [PATCH v2 2/3] hw/intc: Fix LoongArch extioi function

2022-09-28 Thread Richard Henderson
On 9/26/22 23:12, 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. 2.Remove the unused extioi system memory region and we only support the extioi iocsr memory region now.

[PATCH v2 2/3] hw/intc: Fix LoongArch extioi function

2022-09-27 Thread Xiaojuan Yang
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. 2.Remove the unused extioi system memory region and we only support the extioi iocsr memory region now. Signed-off-by: Xiaojuan Yang ---