Re: [PATCH 11/11] hw/intc/loongarch_ipi: Fix mail send and any send function

2022-07-04 Thread Richard Henderson
On 7/4/22 14:40, gaosong wrote: After fix these problem, should we only send these two patches? Correct. I will merge the other loongarch patches today, so you should be able to rebase on master. r~

Re: [PATCH 11/11] hw/intc/loongarch_ipi: Fix mail send and any send function

2022-07-04 Thread gaosong
On 2022/7/4 下午1:37, Richard Henderson wrote: On 7/1/22 15:04, Xiaojuan Yang wrote: By the document of ipi mailsend device, byte is written only when the mask bit is 0. The original code discards mask bit and overwrite the data always, this patch fixes the issue. Signed-off-by: Xiaojuan Yang

Re: [PATCH 11/11] hw/intc/loongarch_ipi: Fix mail send and any send function

2022-07-03 Thread Richard Henderson
On 7/1/22 15:04, Xiaojuan Yang wrote: By the document of ipi mailsend device, byte is written only when the mask bit is 0. The original code discards mask bit and overwrite the data always, this patch fixes the issue. Signed-off-by: Xiaojuan Yang --- hw/intc/loongarch_ipi.c | 45 +

[PATCH 11/11] hw/intc/loongarch_ipi: Fix mail send and any send function

2022-07-01 Thread Xiaojuan Yang
By the document of ipi mailsend device, byte is written only when the mask bit is 0. The original code discards mask bit and overwrite the data always, this patch fixes the issue. Signed-off-by: Xiaojuan Yang --- hw/intc/loongarch_ipi.c | 45 ++--- 1 file chan