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~
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
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 +
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