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