Re: [PATCH v2 3/3] hw/intc: Fix LoongArch ipi device emulation

2022-09-28 Thread Richard Henderson
On 9/28/22 20:23, yangxiaojuan wrote: 在 2022/9/29 上午10:42, Richard Henderson 写道: On 9/26/22 23:12, Xiaojuan Yang wrote: In ipi_send function, it should not to set irq before writing data to dest cpu iocsr space, as the irq will trigger after data writing. Signed-off-by: Xiaojuan Yang ---  

Re: [PATCH v2 3/3] hw/intc: Fix LoongArch ipi device emulation

2022-09-28 Thread yangxiaojuan
在 2022/9/29 上午10:42, Richard Henderson 写道: On 9/26/22 23:12, Xiaojuan Yang wrote: In ipi_send function, it should not to set irq before writing data to dest cpu iocsr space, as the irq will trigger after data writing. Signed-off-by: Xiaojuan Yang ---   hw/intc/loongarch_ipi.c | 1 -   1 file

Re: [PATCH v2 3/3] hw/intc: Fix LoongArch ipi device emulation

2022-09-28 Thread Richard Henderson
On 9/26/22 23:12, Xiaojuan Yang wrote: In ipi_send function, it should not to set irq before writing data to dest cpu iocsr space, as the irq will trigger after data writing. Signed-off-by: Xiaojuan Yang --- hw/intc/loongarch_ipi.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH v2 3/3] hw/intc: Fix LoongArch ipi device emulation

2022-09-27 Thread Xiaojuan Yang
In ipi_send function, it should not to set irq before writing data to dest cpu iocsr space, as the irq will trigger after data writing. Signed-off-by: Xiaojuan Yang --- hw/intc/loongarch_ipi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/intc/loongarch_ipi.c b/hw/intc/loongarch_ipi.c