commit | 0a57a96ec6532dafa961c6196a7b0c00fd28e662 | [log] [tgz] |
---|---|---|
author | Bibo Mao <maobibo@loongson.cn> | Wed Mar 13 17:39:32 2024 +0800 |
committer | Song Gao <gaosong@loongson.cn> | Wed Mar 20 10:19:57 2024 +0800 |
tree | 4f3cbedfff3e06f480efd038e5d72a6d63e223e5 | |
parent | c62d54d0a8067ffb3d5b909276f7296d7df33fa7 [diff] |
hw/intc/loongarch_extioi: Fix interrupt routing update Interrupt number in loop sentence should be base irq plus loop index, it is missing on checking whether the irq is pending. Fixes: 428a6ef4396 ("Add vmstate post_load support") Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn> Signed-off-by: Song Gao <gaosong@loongson.cn> Message-Id: <20240313093932.2653518-1-maobibo@loongson.cn>