Re: [PULL 6/7] hw/loongarch: virt: pass random seed to fdt

2024-11-18 Thread mao bibo
Hi Daniel, Thanks for reporting the problem. I can reproduce this problem with my local environment, we will investigate this issue ASAP. Regards Bibo Mao On 2024/11/19 上午3:57, Daniel P. Berrangé wrote: Hi Song / Jason, We're seeing non-deterministic hangs in our functional test suite 'test

[PATCH] hw/intc: loongarch_pch_msi: Fix msi vector convertion

2022-06-30 Thread Mao Bibo
Loongarch pch msi intc connects to extioi controller, the range of irq number is 64-255. Here adds irqbase property for loongarch pch msi controller, we can get irq offset from view of pch_msi controller with the method: msi vector (from view of upper extioi intc) - irqbase Signed-off-by: Mao

[PATCH] include: set vm hva aligned with huge pagesize on loongarch

2022-06-27 Thread Mao Bibo
On loongarch system, page size is 16K rather than 4K like general platforms, and huge pagesize is 32M. This patch sets hva for vm aligned with huge pagesize on loongarch host system. Signed-off-by: Mao Bibo --- include/qemu/osdep.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include